Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Compatibility with TensorFlow r1.3 #300

Open
s1gm01d opened this issue Sep 29, 2017 · 2 comments
Open

Compatibility with TensorFlow r1.3 #300

s1gm01d opened this issue Sep 29, 2017 · 2 comments

Comments

@s1gm01d
Copy link

s1gm01d commented Sep 29, 2017

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.

@lixikun
Copy link

lixikun commented Nov 28, 2017

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

@slgobinath
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants