-
Notifications
You must be signed in to change notification settings - Fork 81
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 run sample.py? #13
Comments
When you run
It will load the model and have a prompt something like:
This might appear like it is hanging, but is actually expected behaviour. You can type in what you want to say to the bot and hit enter. It will generate a response. It takes a lot of training to get anything sensible out of it. |
I will update the README to better reflect this information (then close this issue). If this isn't clear, or if it isn't doing what you think it should be doing feel free to post here/re-open the issue. |
Hi, |
Hi, I am in the process of updating the sample.py script. Unfortunately I updated the rest of the project but neglected it. I will need to push an update to get sample.py working as expected. I'll reopen this issue in the meantime. |
When I run
python sample.py
it just hangs. What should I expect? How long should I be waiting?My understanding of sample.py is that it's the tester..so why is it training again?
The text was updated successfully, but these errors were encountered: