Enny1991 / PLSTM

137 stars 32 forks source link

AttributeError: 'module' object has no attribute 'select' #10

Closed aht closed 7 years ago

aht commented 7 years ago

Looks like this has gone out of the window in tensorflow 1.0, https://github.com/tensorflow/tensorflow/issues/6899

Enny1991 commented 7 years ago

Yeah you have to use *v1 for TF 1.0 there the implementation has been changed from tf.select to tf.where.

aht commented 7 years ago

Thanks @Enny1991 I was confused whether the v1 applies to the PLSTM code or TF. It works!