mravanelli / pytorch-kaldi

pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
2.37k stars 446 forks source link

Is there a problem with bidirectional LSTM? #214

Closed lezasantaizi closed 4 years ago

lezasantaizi commented 4 years ago

rt, the amount of parameters has not doubled in BiLSTM model

TParcollet commented 4 years ago

Hey ! Could you please provide us an example with the corresponding architectures?