You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
It would be great if the framework becomes compatible with the new release of TensorFlow (r1.3) since I was trying to load the library, and I got an error in the installation test due to incompatibilities with that version.
The text was updated successfully, but these errors were encountered:
hi,you just modify the imports in file helper.py , the path is seq2seq/seq2seq/contrib/seq2seq/helper.py. I has tested in tensorflow 1.4,and the test result is ok!
from tensorflow.python.ops.distributions import bernoulli
from tensorflow.python.ops.distributions import categorical
Hi,
I confirm the compatibility with Tensorflow 1.4 (according to the unit test result) after the changes suggested by @lixikun. The required changes are nicely explained in #285.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be great if the framework becomes compatible with the new release of TensorFlow (r1.3) since I was trying to load the library, and I got an error in the installation test due to incompatibilities with that version.
The text was updated successfully, but these errors were encountered: