practical_seq2seq icon indicating copy to clipboard operation
practical_seq2seq copied to clipboard

tensorflow 1.0

Open nicks165 opened this issue 7 years ago • 2 comments

The codebase is not working with tensorflow 1.0. What is the best way to make it compatible?

nicks165 avatar Apr 25 '17 04:04 nicks165

I am getting the same problem, and it doesn't even work with TF 0.12.1 as the code apparently seems to use TF1.0 API

jshin49 avatar Apr 27 '17 17:04 jshin49

To downgrade: conda create -n tensorflow1.0 python=3.5 source activate tensorflow1.0 pip install tensorflow==1.0

Best to create a virtualenv first :)

alyssaong1 avatar Mar 21 '18 02:03 alyssaong1