Closed breezedeus closed 1 year ago
@breezedeus tensorflow-0.12.1
I'm using tensorflow 1.2.0-rc2 but the program returns the following error:
File "......\my_seq2seq.py", line 48, in
@hamedkhanpour Try: from tensorflow.python.ops import rnn_cell_impl linear = rnn_cell_impl._linear
I am trying to incorporate my_seq2seq.py into my chatbot in tensorflow 1.2, and it does not work. My changes were involved, but still no luck.
I tried to run it at tf 1.0, but didn't succeed.