You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- added new base class exclusive for LSTM which supports stacked LSTMs
- this base class can be combined with unit_rnn_rewriter_base once we add support for stacked layers in other RNN types like GRU
- modified LSTM rewriter such that it allows multiple cell matches and for all the variable finder and weight-bias methods we pass the LSTM index
- added new test for the same
0 commit comments