-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Showing an error #6
Comments
This is because the the json files are loaded in a different version of theano and keras, So when i try to execute the training program, the program is working properly. |
When i tireid to run the sudo python train_autoencoder.py, after 38 epochs i am getting the following below error. How to correct this? |
maybe you should install keras from here: https://github.com/rgbombarelli/keras
|
When I tried to run sample_autoencoder.py, I got the following error message. Using Theano backend. |
When I ran train_autoencoder.py, after 100 epoches, I got val_loss: 0.9318 - val_acc: 0.7127, not like you said "Loss: 0.834809958935, Accuracy: 0.948206666667" |
How to correct the error. For detailed, please see the attached image
keras version 1.2.0
Theano version 0.8.2
The text was updated successfully, but these errors were encountered: