Closed DilipRenkila closed 6 years ago
Try import tensorflow.contrib.seq2seq as seq2seq
import tensorflow.contrib.seq2seq as seq2seq
not working :c
from tensorflow.contrib import seq2seq
worked for me.
now the seq2seq is under tesorflow.contrib.legacy_seq2seq.python.ops
i used the following with tensorflow 1.4.0: from tensorflow.contrib import seq2seq
I finally pushed a significant update to TF 1.4 and Python3, so it should all run out of the box now -- just let me know if there are any further issues.
What version of tensorflow works for this project?