【发布时间】:2020-02-09 07:56:20
【问题描述】:
我在导入 tflearn 时遇到了这个错误:-
导入 tflearn
Traceback(最近一次调用最后一次): 文件“”,第 1 行,在 文件“/Users/rohansethi/anaconda3/lib/python3.7/site-packages/tflearn/init.py”,第 4 行,在 从 。导入配置 文件“/Users/rohansethi/anaconda3/lib/python3.7/site-packages/tflearn/config.py”,第 5 行,在 从 .variables 导入变量 文件“/Users/rohansethi/anaconda3/lib/python3.7/site-packages/tflearn/variables.py”,第 7 行,在 从 tensorflow.contrib.framework.python.ops 导入 add_arg_scope 作为 contrib_add_arg_scope ModuleNotFoundError: 没有名为“tensorflow.contrib”的模块
【问题讨论】:
-
你用的是哪个tf版本?
标签: tensorflow tflearn