Closed aht closed 7 years ago
Looks like this has gone out of the window in tensorflow 1.0, https://github.com/tensorflow/tensorflow/issues/6899
Yeah you have to use *v1 for TF 1.0 there the implementation has been changed from tf.select to tf.where.
tf.select
tf.where
Thanks @Enny1991 I was confused whether the v1 applies to the PLSTM code or TF. It works!
Looks like this has gone out of the window in tensorflow 1.0, https://github.com/tensorflow/tensorflow/issues/6899