-
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
sample.py error #18
Comments
Hello, I'm aware of problem in the sampling script. I updated the rest of the project for tensorflow 1.1. In doing so I hadn't updated the sampling script yet. Expect an update to it sometime this week. I think your other issue is related to this as well. |
Traceback (most recent call last): |
Hello, have you solved the problem? I have the same problem. Please give me some advice. |
Traceback (most recent call last):
File "sample.py", line 101, in
main()
File "sample.py", line 32, in main
model = load_model(sess, FLAGS.checkpoint_dir)
File "sample.py", line 79, in load_model
hidden_size=FLAGS.hidden_size,
File "/Users/LymanYoung/anaconda3/lib/python3.5/site-packages/tensorflow/python/platform/flags.py", line 50, in getattr
raise AttributeError(name)
AttributeError: hidden_size
The text was updated successfully, but these errors were encountered: