#代码前两行加入下面两行代码就可以解决所有烦恼了。
import tensorflow.compat.v1 as tf
tf.disable_eager_execution()
[亲测有用]AttributeError: module ‘tensorflow‘ has no attribute ‘Session‘错误解决
最新推荐文章于 2024-09-26 11:13:52 发布
#代码前两行加入下面两行代码就可以解决所有烦恼了。
import tensorflow.compat.v1 as tf
tf.disable_eager_execution()