AttributeError: module 'tensorflow' has no attribute 'enable_eager_execution'
Posted yizipiaoxiang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AttributeError: module 'tensorflow' has no attribute 'enable_eager_execution'相关的知识,希望对你有一定的参考价值。
Traceback (most recent call last): File "linear_regression_eager_api.py", line 15, in <module> tf.enable_eager_execution() AttributeError: module ‘tensorflow‘ has no attribute ‘enable_eager_execution‘
在tensorflow模型训练的遇到这个报错
原因:tensorflow版本太老了,没有‘enable_eager_execution‘这个属性方法
解决:pip install --upgrade tensorflow
更新tensorflow
以上是关于AttributeError: module 'tensorflow' has no attribute 'enable_eager_execution'的主要内容,如果未能解决你的问题,请参考以下文章
类 InstagramSpider(scrapy.Spider): AttributeError: 'module' 对象没有属性 'Spider'
api = twitter.Api() AttributeError: 'module' 对象没有属性 'Api
AttributeError:'module'对象在python中没有属性'windll'
如何修复python2.7中的“AttributeError:'module'对象没有属性'storage'”错误
成功解决AttributeError: module ‘numpy‘ has no attribute ‘polyld‘
hydra安装——AttributeError: module ‘hydra‘ has no attribute ‘main‘