Open seneubert opened 7 years ago
I think tf.select
has been replaced with tf.where
. I can try swapping it later today (and update Travis to test against a newer version of tensorflow).
Great, that would be nice! Thanks
I can confirm, tf.where
cures this.
However there seem to be many more issues with the uptodate tensorflow
Trying to run the examples with tensorflow 1.0.1 produces the following error. Might this be due to some deprecated function usage?