-
Notifications
You must be signed in to change notification settings - Fork 422
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
Sketch-RNN ln7 Error: could not cast hparam #27
Comments
seems the problem is with TF 1.6 |
@ShusenTang thanks for replying. I am using 1.2.1 at the moment and it works alright. I'll definitely do what you suggested if I switch to TF>1.5 :) cheers |
Hi @ShusenTang Thanks for the suggestion. When TF was in the 1.2 days the casting was limited so I used 0/1 but your suggestion works well for current TF versions (including 1.8) |
I am trying to run the Sketch-RN demo Sketch_RNN.ipynb.
when I run:
[train_set, valid_set, test_set, hps_model, eval_hps_model, sample_hps_model] = load_env(data_dir, model_dir)
this is the error I get:
Can't figure out the problem though...
The text was updated successfully, but these errors were encountered: