Convert LSTM model from stateless to stateful · Issue #5714 · keras-team/keras

Hi, I'm training an LSTM to tackle a many to many (one output for every input) problem using Keras with the Tensorflow backend. My model is something like this: model = Sequential() model.add(LSTM(...