I’m getting the following error AttributeError: module ‘tensorflow’ has no attribute ‘ConfigProto’
How do I handle this error? I’m struck!!!
~\Anaconda3\lib\site-packages\rasa_core\policies\policy.py in Policy() 31 32 @staticmethod —> 33 def _load_tf_config(config: Dict[Text, Any]) -> Optional[tf.ConfigProto]: 34 “”“Prepare tf.ConfigProto for training”"" 35 if config.get(“tf_config”) is not None:
AttributeError: module ‘tensorflow’ has no attribute ‘ConfigProto’