Open sushrutkarnik opened 8 years ago
@sushrutkarnik Sorry for the lack of response. Many things have eaten up my time.
I'm installing tensorflow now and will be debugging this. I hadn't really bothered to learn tensorflow because the switch cost for my work was too high, but this seems like a good opportunity to dive into it.
@braingineer
Hey thanks for implementing the CWRNN! I tried it out with the Theano backend and it worked really well, but when I tried it with the tensorflow backend, it fails with
Here's a small example (which is a part of a bigger network) which fails for me.
Do you see this too? I'm using Keras 1.1.0 and I tried this with tensorflow 0.8.0, 0.9.0, 1.0.0 and 1.1.0 and got similar errors in all of them.
Full trace:
As far as I can tell this is caused by
,in your get_initial_states function, K.variable(0.) not having the right shape for tf.concat. Not sure why theano works fine though..