carlthome/tensorflow-convlstm-cell

super() problem

gxdai opened this issue · 1 comments

gxdai commented

Hi carlthome,

I got the following problem when I tried to use the convLSTM cell.
File "demo.py", line 17, in
cell = ConvLSTMCell(shape, filters, kernel)
File "/media/MMVCNYLOCAL/MMVC_NY/Guoxian_Dai/sourcecode/convLSTM/cell.py", line 11, in init
super(ConvLSTMCell, self).init(_reuse=reuse)
TypeError: object.init() takes no parameters

Update to TensorFlow 1.2.