typo fixes

This commit is contained in:
Fangjun Kuang 2023-09-26 15:32:06 +08:00
parent 9384d63cfe
commit 0d7d3b13d1
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ log "Decoding with H on CPU with OpenFst"
log "Decoding with HL on CPU with OpenFst" log "Decoding with HL on CPU with OpenFst"
./conformer_ctc/jit_pretrained_decode_with_H.py \ ./conformer_ctc/jit_pretrained_decode_with_HL.py \
--nn-model $repo/exp/cpu_jit.pt \ --nn-model $repo/exp/cpu_jit.pt \
--HL $repo/data/lang_bpe_500/HL.fst \ --HL $repo/data/lang_bpe_500/HL.fst \
--words $repo/data/lang_bpe_500/words.txt \ --words $repo/data/lang_bpe_500/words.txt \

View File

@ -60,7 +60,7 @@ if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then
) > $lang_dir/lexicon.txt ) > $lang_dir/lexicon.txt
./local/prepare_lang.py ./local/prepare_lang.py
./local/prepare_lang_fst.py --lang-dir ./data/lang_phone --has-slience 1 ./local/prepare_lang_fst.py --lang-dir ./data/lang_phone --has-silence 1
fi fi
if [ $stage -le 4 ] && [ $stop_stage -ge 4 ]; then if [ $stage -le 4 ] && [ $stop_stage -ge 4 ]; then