researchdatapod.com
How To Solve Python AttributeError: module ‘tensorflow’ has no attribute ‘ConfigProto’
In TensorFlow 2.0, tf.ConfigProto is no longer in use. The functionalities of ConfigProto are now under tf.config.experimental. If you want to continue using ConfigProto in TensorFlow 2.0 use tf.co…