pbhatia243 / Neural_Conversation_Models

Tensorflow based Neural Conversation Models
Apache License 2.0
191 stars 73 forks source link

import problem tensorflow.python.ops.rnn_cell import _linear #14

Open hamedkhanpour opened 7 years ago

hamedkhanpour commented 7 years ago

I'm running on tensorflow 1.2.0-rc2 and got thie following error:

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

It also added: AttributeError: module 'tensorflow.python.ops.rnn_cell' has no attribute 'linear'