需要帮助。 (我还检查过线程:如何在Windows上安装Anraconda Python中的Keras和Theano?)
from keras.models import Sequential
from keras.layers.core import Dense, Dropout, Activation
from keras.layers.recurrent import LSTM
虽然我已经完成了本主题中解释的所有内容,但上述提示仍然出现错误。
将光标放在语句上时的错误消息:
Unable to resolve "keras.models". Intellisense may be missing for this module
Unable to resolve "keras.layers.core". Intellisense may be missing for this module
Unable to resolve "keras.layers.recurrent". Intellisense may be missing for this module
我取消了,重新安装,删除了theano,更新了keras。一切都没有改变。
有人能想出一个可能的解决方案吗?
谢谢