You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theano and keras are installed from their git repos. When running "python lstm_image_generation.py", the script stopped at this line:
model.add(LSTM(len(chars), 512, return_sequences=True))
I believe that because the API change in Keras.
The text was updated successfully, but these errors were encountered:
panovr
changed the title
Running error at line 68
Running error with latest Theano and Keras
Dec 12, 2015
panovr
changed the title
Running error with latest Theano and Keras
Running error with the latest Theano and Keras
Dec 12, 2015
Theano and keras are installed from their git repos. When running "python lstm_image_generation.py", the script stopped at this line:
model.add(LSTM(len(chars), 512, return_sequences=True))
I believe that because the API change in Keras.
The text was updated successfully, but these errors were encountered: