Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 510 Bytes

dynamic_lstm.rst

File metadata and controls

23 lines (14 loc) · 510 Bytes

Dynamic LSTM

The DynamicLSTM in MACE is implemented for Kaldi's time delay RNN models.

The following pictures explain how to fuse components into a DynamicLSTMCell.

Before fusing:

image

After fusing:

image

For more details about LSTMNonlinear in Kaldi, please refer to [LstmNonlinearityComponent](http://kaldi-asr.org/doc/nnet-combined-component_8h_source.html#l00255)