模块'theano'没有属性'compile'

时间:2018-07-14 11:38:34

标签: python keras theano

我只是尝试先在Jupyter Notebook上导入软件包

from keras.models import Sequential
from keras.layers import Dense
from keras.layers import LSTM
from sklearn.model_selection import train_test_split
import numpy as np
import matplotlib.pyplot as plt

但是我得到这个错误 AttributeError:模块“ theano”没有属性“ compile”

0 个答案:

没有答案