prog_models icon indicating copy to clipboard operation
prog_models copied to clipboard

LSTMStateTransitionModel: Add ability to propagate state forward

Open teubert opened this issue 3 years ago • 0 comments

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

teubert avatar Jul 20 '22 22:07 teubert