escorciav / deep-action-proposals

Action Proposals generated by deep models
MIT License
28 stars 6 forks source link

Error passing 3D-array in LSTM with shape (1, X, X) #10

Closed escorciav closed 7 years ago

escorciav commented 8 years ago

Apparently there is a bug in lasagne or theano that produces as error if the input of the LSTM is an array of 3-dimesions and sizes of 1 in the first dimension array.shape = (1, X, X).

escorciav commented 8 years ago

This issue is related with a bug on theano 1, 2. Recent version of theano from github should be tested.