美文网首页
tensorflow2.0运行1.0的代码提示没有 'place

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

作者: 康英永 | 来源:发表于2019-12-25 22:14 被阅读0次

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

    解决方案:

    import tensorflow.compat.v1    as     tf

    并在代码中关闭eager运算:

    tf.disable_eager_execution()

    相关文章

      网友评论

          本文标题:tensorflow2.0运行1.0的代码提示没有 'place

          本文链接:https://www.haomeiwen.com/subject/kcyhoctx.html