tensorflow2.0运行1.0的代码提示没有 'place

2019-12-25  本文已影响0人  康英永

tensorflow2.0运行1.0的代码会报错误:“AttributeError: module 'tensorflow' has no attribute 'placeholder'”

解决方案:

import tensorflow.compat.v1    as     tf

并在代码中关闭eager运算:

tf.disable_eager_execution()

上一篇 下一篇

猜你喜欢

热点阅读