-
Notifications
You must be signed in to change notification settings - Fork 955
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
how to test trained model #118
Comments
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" ***@***.***> 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
<#118 (comment)>,
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 + |
⚡ char-rnn-tensorflow ⎇ [master] ✘ python sample.py --prime "It is a beautiful night" -n 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i could not get how to test the model i have trained using train.py
please mention command.
i am using ubuntu 16.04
The text was updated successfully, but these errors were encountered: