I am using Keras 1.1 on Theano backend ..and for the Backward pass i get error "negative dimensions are not allowed " in line
: deconv_layers[i].down(deconv_layers[i + 1].down_data) which is line number 467
I get this error for i=27
I commented 57
and also 75 to overcome the "AbstractConv2d Theano optimization failed" error
I am using Keras 1.1 on Theano backend ..and for the Backward pass i get error "negative dimensions are not allowed " in line : deconv_layers[i].down(deconv_layers[i + 1].down_data) which is line number 467 I get this error for i=27 I commented 57 and also 75 to overcome the "AbstractConv2d Theano optimization failed" error