Alo

Results 1 comments of Alo

It's a tensorflow version problem. It was built on tensorflow==1.0.0. To solve it, go to the file `seq2seq/contrib/seq2seq/helper.py` change ``` from tensorflow.contrib.distributions.python.ops import bernoulli from tensorflow.contrib.distributions.python.ops import categorical sample_id_sampler =...