@@ -367,7 +367,7 @@ After downloading, you will have the following files:
367
367
| ` -- lm
368
368
| ` -- G_4_gram.pt
369
369
| -- exp
370
- | ` -- pretraind .pt
370
+ | ` -- pretrained .pt
371
371
` -- test_wavs
372
372
| -- 1089-134686-0001.flac
373
373
| -- 1221-135766-0001.flac
@@ -475,7 +475,7 @@ The command to run HLG decoding is:
475
475
476
476
$ cd egs/librispeech/ASR
477
477
$ ./conformer_ctc/pretrained.py \
478
- --checkpoint ./tmp/icefall_asr_librispeech_conformer_ctc/exp/pretraind .pt \
478
+ --checkpoint ./tmp/icefall_asr_librispeech_conformer_ctc/exp/pretrained .pt \
479
479
--words-file ./tmp/icefall_asr_librispeech_conformer_ctc/data/lang_bpe/words.txt \
480
480
--HLG ./tmp/icefall_asr_librispeech_conformer_ctc/data/lang_bpe/HLG.pt \
481
481
./tmp/icefall_asr_librispeech_conformer_ctc/test_wavs/1089-134686-0001.flac \
@@ -518,7 +518,7 @@ The command to run HLG decoding + LM rescoring is:
518
518
519
519
$ cd egs/librispeech/ASR
520
520
$ ./conformer_ctc/pretrained.py \
521
- --checkpoint ./tmp/icefall_asr_librispeech_conformer_ctc/exp/pretraind .pt \
521
+ --checkpoint ./tmp/icefall_asr_librispeech_conformer_ctc/exp/pretrained .pt \
522
522
--words-file ./tmp/icefall_asr_librispeech_conformer_ctc/data/lang_bpe/words.txt \
523
523
--HLG ./tmp/icefall_asr_librispeech_conformer_ctc/data/lang_bpe/HLG.pt \
524
524
--method whole-lattice-rescoring \
@@ -566,7 +566,7 @@ The command to run HLG decoding + LM rescoring + attention decoder rescoring is:
566
566
567
567
$ cd egs/librispeech/ASR
568
568
$ ./conformer_ctc/pretrained.py \
569
- --checkpoint ./tmp/icefall_asr_librispeech_conformer_ctc/exp/pretraind .pt \
569
+ --checkpoint ./tmp/icefall_asr_librispeech_conformer_ctc/exp/pretrained .pt \
570
570
--words-file ./tmp/icefall_asr_librispeech_conformer_ctc/data/lang_bpe/words.txt \
571
571
--HLG ./tmp/icefall_asr_librispeech_conformer_ctc/data/lang_bpe/HLG.pt \
572
572
--method attention-decoder \
0 commit comments