We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Same issue. Have you fixed this?
Sorry, something went wrong.
No, sorry.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: