-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add compatibility (save/restore) between CudnnGRU
and CudnnCompatibleGRUCell
#7
Labels
Comments
danielwatson6
added
feature
Add new feature
help wanted
Contributions are welcome
labels
Jun 25, 2018
Is this problem solved?
|
I find how to solve this problem with graph.as_default():
model = SkipThoughts(w2v_model,
vocabulary_size=100000, batch_size=2, output_size=512, cuda=True) after : with graph.as_default():
model = SkipThoughts(w2v_model,
vocabulary_size=20000, batch_size=2, output_size=512, cuda=True) train.py default option for vocabulary_size is 20000 in master branch.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation has been kindly requested in the TensorFlow repo. See this issue.
The text was updated successfully, but these errors were encountered: