Results 2 comments of Akhilesh Pothuri

> The API for Tensorflow has changed in more recent versions. To fix this, edit `src/model/seq2seq.py` by > > 1. Changing `linear = rnn_cell._linear` to `linear = core_rnn_cell._linear` (line 73)...

Hey..I'm facing the same issue. Can you tell me how have you solved it earlier?