The model was trained on full
TIMIT with the scripts in
icefall .
See (
https://github.com/k2-fsa/icefall/tree/master/egs/timit/ASR/tdnn_lstm_ctc ) for more details of this model.
The main repositories are list below, we will update the training and decoding scripts with the update of version.
k2:
https://github.com/k2-fsa/k2
icefall:
https://github.com/k2-fsa/icefall
lhotse:
https://github.com/lhotse-speech/lhotse
git clone https://github.com/k2-fsa/icefall
cd icefall
cd egs/timit/ASR
bash ./prepare.sh
export CUDA_VISIBLE_DEVICES="0"
python tdnn_lstm_ctc/train.py --bucketing-sampler True \
--concatenate-cuts False \
--max-duration 200 \
--world-size 1
The best decoding results (PER, equals to WER) on TIMIT TEST are listed below, we got this result by averaging models from epoch 16 to 25, the lm_scale is 0.08, the decoding method is whole-lattice-rescoring.