jalused / Deconvnet-keras

Deconvnet example based on Keras
MIT License
65 stars 17 forks source link

negative dimensions are not allowed #4

Open deepalis0 opened 6 years ago

deepalis0 commented 6 years ago

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