farizrahman4u / seq2seq

Sequence to Sequence Learning with Keras
GNU General Public License v2.0
3.17k stars 845 forks source link

AttributeError: 'LSTMCell' object has no attribute 'batch_input_shape' #182

Closed PraveenKumarCSE closed 7 years ago

PraveenKumarCSE commented 7 years ago

Hi When I start to run this application, I had got the error in weight function. Now I have updated seq2seq and recurrentshop lib. Now weight function error is fixed. But now I am getting another new error is called AttributeError: 'LSTMCell' object has no attribute 'batch_input_shape'. I have verified the code. But I cannot find batch_input_shape object.

Please any found the solution kindly let me know.

dhrushilbadani commented 7 years ago

Have you tried using batch_shape instead?