Neural_Conversation_Models
Neural_Conversation_Models copied to clipboard
hi,which version of tensorflow should be used?
I tried to run it at tf 1.0, but didn't succeed.
@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.