【发布时间】:2016-09-22 18:58:18
【问题描述】:
我正在尝试玩一下 Keras。
当我尝试以下代码时:
from keras.layers import Dense
我收到以下错误:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from keras.layers import Dense
ImportError: cannot import name 'Dense'
我使用的是 Python 3.4.3,我在 Windows 8 64 位机器上。
谢谢。
【问题讨论】: