char-rnn-tensorflow
char-rnn-tensorflow copied to clipboard
how to test trained model
i could not get how to test the model i have trained using train.py please mention command. i am using ubuntu 16.04
I think you're looking for sample.py to generate text.
Yeah please guide me how to test the trained model. I have trained it on some data sets. But now i could not get how it will generate text or predict word
On Jan 10, 2018 10:22 PM, "Ian Daniher" [email protected] wrote:
I think you're looking for sample.py to generate text.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sherjilozair/char-rnn-tensorflow/issues/118#issuecomment-356673441, or mute the thread https://github.com/notifications/unsubscribe-auth/AhEt21474nU1DQ7AmpPVJSKLTef4qRqWks5tJPHVgaJpZM4RZHFI .
i got it.the only problem was, that inspite of python i used python3 because it is python 3.5 which is configured with tensorflow 1.0 + python3 sample.py --init_dir=output --start_text="The meaning of life is" --length=10
⚡ char-rnn-tensorflow ⎇ [master] ✘ python sample.py --prime "It is a beautiful night" -n 10000