Requirement Text
Add ability to propagate hidden state forward in LSTMStateTransitionModel
Background Information
LSTM uses a hidden state that contains information valuable for accurate prediction
Suggested Solution
There are a few options available as argument to model, in training to support this. Additionally the states are accessible as .states
DoD