I\'m using keras 2.0.6. The version of tensorflow is 1.3.0.
My code can run with theano backend, but failed with tensorflow backend:
F tensorflow/core/frame
it came out the same bug, but it ran ok after that I shrimped the batch size.
I think the reason is it running out of GPU memories.