2

I just try to import the packages first on 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

but I got this error AttributeError: module 'theano' has no attribute 'compile'

too honest for this site
  • 11,797
  • 4
  • 29
  • 49

0 Answers0