Closed CImrie closed 6 years ago
As mentioned in README, the code was only tested under Keras 1.2.1 with theano 0.9.0 as backend. harpaj created a keras-tensorflow version of this code as mentioned in #10.
Hi,
Thanks for getting back to me so quickly, this is very useful. Sorry for the original question - I am new to TensorFlow and didn't realise Keras uses it as one of many backends (I expected it to just use TensorFlow underneath all the time).
Thanks!
Hi, what version of tensorflow was used? I have tried TF 0.11.0, 1.4.1 and 1.8.0.
With TF 0.11.0 I get:
and with 1.4.1 and above I get:
The first error suggests to me you used something later than 0.11.0 since they added the 'shape' property to tensors, but 0.12.0 and above reversed the parameters in
tf.concat
, so I'm not yet sure how keras 1.2.1 was used.Any help would be appreciated :)