prog_models
prog_models copied to clipboard
LSTMStateTransitionModel: Add ability to propagate state forward
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
- [ ] Implement feature
- [ ] Document performance change in PR