kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
14.24k stars 5.32k forks source link

Move to a newest Neural Networks from T-DNNf #4951

Closed asr-lord closed 2 weeks ago

asr-lord commented 2 weeks ago

I'm using a GMM model + Time-Delay Neural Network factored (T-DNNf) + RNN language model (which architecture is composed of 2 LSTM layers with 200 cells, 1 tdnn layer and 1 Dense output layer) The goal of this model is to build a better language model and can re-score the result obtained in the first pass decoding.

I have been using this arch during a long time and I wonder if there are new neural networks in Kaldi to use for Acoustic and/or Language model. Thanks in advance.

jtrmal commented 2 weeks ago

Kaldi is maintenance-only now, so there are no new features nor architectures -- checkout k2 and icefall for new architectures