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

The code doesn't output anything #9

Open
theNewRootUser opened this issue Jul 29, 2017 · 1 comment
Open

The code doesn't output anything #9

theNewRootUser opened this issue Jul 29, 2017 · 1 comment

Comments

@theNewRootUser
Copy link

screen shot 2017-07-29 at 17 43 40
As you can see after i've terminated the program it doesn't output anything but multiple errors. Same thing happens when i run
$ python rnn_tf.py saved/model.ckpt "The "
although i doesn't happen when i run this code:
$ python rnn_tf.py
another thing that doesn't work is the relative position of the file. So i always have to give the absolute position of data/shakespeare.txt. All of the program runs in terminal Mac version 10.12. İ use python 3.6.2.
İf you need any other information please just ask.
Thank you in advance!

@nikhilv-quantela
Copy link

@theNewRootUser
Output does come.
As NUM_TRAIN_BATCHES = 20000, you have to let the model run. The model was still working (you can see the batches going is still at 15600. It takes a bit more time later as the loss is to be reduced further. If you need model to finish early, you can reduce the training batches number from rnn_tf.py line 151.

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