Skip to content
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

keras_lstm.py does not show the results claimed in the tutorial? #14

Open
dsmic opened this issue Dec 29, 2018 · 2 comments
Open

keras_lstm.py does not show the results claimed in the tutorial? #14

dsmic opened this issue Dec 29, 2018 · 2 comments

Comments

@dsmic
Copy link

dsmic commented Dec 29, 2018

I run

python keras_lstm.py 1

with:
detlef@ubuntu-i7:~$ python -c 'import tensorflow as tf; print(tf.version)' # for Python 2
1.12.0

(tested it with turned off gpu too but use cuda 9.1 on GTX1070Ti)

run 50 epoches and got only:
Epoch 50/50
1549/1549 [==============================] - 169s 109ms/step - loss: 5.2143 - categorical_accuracy: 0.1464 - val_loss: 7.6633 - val_categorical_accuracy: 0.0466

The tutorial says, you reach 40% training and 20% validation?

Thanks a lot for the wonderful tutorial!

@leigao97
Copy link

leigao97 commented Mar 6, 2019

Same issue. Have you fixed this?

@dsmic
Copy link
Author

dsmic commented Mar 6, 2019

No, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants