【发布时间】:2020-05-28 14:27:54
【问题描述】:
我正在尝试用这个简单的代码导入 TFLearn:
import tflearn
但我收到以下错误:
AttributeError: module 'tensorflow.python.framework.ops' has no attribute 'RegisterShape'
我已经安装了以下版本的程序:
Python 3.7.6 64 位 张量流 2.1.0 TFlearn 0.3.2
【问题讨论】:
标签: python tensorflow2.0 tflearn