Neural_Conversation_Models icon indicating copy to clipboard operation
Neural_Conversation_Models copied to clipboard

hi,which version of tensorflow should be used?

Open breezedeus opened this issue 7 years ago • 5 comments

breezedeus avatar Apr 03 '17 16:04 breezedeus

I tried to run it at tf 1.0, but didn't succeed.

breezedeus avatar Apr 03 '17 16:04 breezedeus

@breezedeus tensorflow-0.12.1

hailiang-wang avatar May 08 '17 05:05 hailiang-wang

I'm using tensorflow 1.2.0-rc2 but the program returns the following error:

File "......\my_seq2seq.py", line 48, in from tensorflow.python.ops.rnn_cell import _linear as linear ImportError: cannot import name '_linear'

hamedkhanpour avatar Jun 19 '17 22:06 hamedkhanpour

@hamedkhanpour Try: from tensorflow.python.ops import rnn_cell_impl linear = rnn_cell_impl._linear

bshao001 avatar Jul 05 '17 13:07 bshao001

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.

bshao001 avatar Jul 05 '17 13:07 bshao001