kdgutier / residual_lstm

Implementation of Residual LSTM: Design of a Deep Recurrent Architecture for Distant Speech Recognition
9 stars 3 forks source link

how to calll #1

Closed wm901115nwpu closed 4 years ago

wm901115nwpu commented 4 years ago

if I use it, how to call it. hidden is not defined.

kdgutier commented 4 years ago

Hi wm901115nwpu the residual_lstm is a block intended to be used as a normal lstm block In this post they explain the input and hidden states of the LSTM block https://medium.com/@purnasaigudikandula/recurrent-neural-networks-and-lstm-explained-7f51c7f6bbb9