carlthome/tensorflow-convlstm-cell

Incompatible with tensorflow 1.1

boyurmit opened this issue · 1 comments

Hi, I'm using tensorflow 1.1 and when I run your code it reports module 'tensorflow.python.ops.nn' has no attribute 'rnn_cell'. Then I found 'tf.nn.rnn_cell' has been replaced by 'tf.contrib.rnn' so I changed it in 'cell.py'. But when I run it again, it further reports TypeError: object.init() takes no parameters in _init super(ConvGRUCell, self).init(reuse=reuse). Do you have any ideas to fix that? Thank you.

Seems no problem on Tensorflow 1.2. Closed.