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

Can i use the trained tdnnf model to force aline the data/train . and use the new alignment to train the tdnn #4656

Closed yuhangear closed 2 years ago

yuhangear commented 2 years ago
danpovey commented 2 years ago

You can, but it rarely gives an improvement (except if the first TDNN model was trained with the "e2e" scripts). You have to be careful with options, e.g. --alignment-subsampling-factor, to some of the scripts (if you get this wrong it will crash). You can look for examples with the "e2e" scripts for how this is done.