解决AttributeError: module ‘tensorflow‘ has no attribute ‘ConfigProto‘

解决AttributeError: module ‘tensorflow’ has no attribute ‘ConfigProto’

错误

执行tf.ConfigProto时报错
在这里插入图片描述

错误产生原因

这是由于tensorflow 2.0版本与1.0版本的用法不兼容导致的

错误解决方法

将tf.ConfigProto改为tf.compat.v1.ConfigProto
即可解决
解决AttributeError: module ‘tensorflow‘ has no attribute ‘ConfigProto‘_第1张图片

你可能感兴趣的:(Error,resolution,bug,python,tensorflow,深度学习,自然语言处理)