Tensorflow NameError:未定义名称“core”

时间:2017-09-29 14:57:21

标签: python-3.x tensorflow

我正在尝试使用

导入KerasClassifier类
from keras.wrappers.scikit_learn import KerasClassifier 

我收到以下错误

File "D:\Install\Anaconda3\lib\site-packages\tensorflow\__init__.py", line 41, in <module>
    del core
NameError: name 'core' is not defined

我使用的是Windows7,Python 3.6和Tensorflow 1.3.0

以下链接的答案未回答我的问题NameError: name 'core' is not defined

1 个答案:

答案 0 :(得分:0)

我也遇到了同样的问题,但是在重新安装Keras之后,它就解决了