admin管理员组文章数量:1130349
本机环境:
TensorFlow2.0
Ubuntu18.04
Python3.6
错误描述:
AttributeError: ‘Sequential’ object has no attribute '_get_distribution_strategy
fit()处报错,报错详情为函数包内问题,初步判断为包不兼容
错误原因:
Keras和TensorFlow.Keras混用,函数不兼容
It’s a problem with keras and tensorflow. Tensorflow made some changes that didn’t work when using keras, only works when using tensorflow.keras. tensorflow/tensorflow#34870 got merged so this should be automatically fixed with a new tensorflow release.(参见:https://github/fizyr/keras-retinanet/issues/1239)
解决:
CSDN上解决不多,最终找到(https://www.pythonheidong/blog/article/277046/)较可靠,解决。
本机环境:
TensorFlow2.0
Ubuntu18.04
Python3.6
错误描述:
AttributeError: ‘Sequential’ object has no attribute '_get_distribution_strategy
fit()处报错,报错详情为函数包内问题,初步判断为包不兼容
错误原因:
Keras和TensorFlow.Keras混用,函数不兼容
It’s a problem with keras and tensorflow. Tensorflow made some changes that didn’t work when using keras, only works when using tensorflow.keras. tensorflow/tensorflow#34870 got merged so this should be automatically fixed with a new tensorflow release.(参见:https://github/fizyr/keras-retinanet/issues/1239)
解决:
CSDN上解决不多,最终找到(https://www.pythonheidong/blog/article/277046/)较可靠,解决。
本文标签:
版权声明:本文标题:使用TensorBoard 报错解决:AttributeError: 'Sequential' object has no attribute '_get_distribution_strategy' 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/jiaocheng/1754917141a2741382.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论