mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-07 08:04:18 +00:00
typo fixes
This commit is contained in:
parent
9384d63cfe
commit
0d7d3b13d1
@ -80,7 +80,7 @@ log "Decoding with H 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 \
|
||||
--HL $repo/data/lang_bpe_500/HL.fst \
|
||||
--words $repo/data/lang_bpe_500/words.txt \
|
||||
|
@ -60,7 +60,7 @@ if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then
|
||||
) > $lang_dir/lexicon.txt
|
||||
|
||||
./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
|
||||
|
||||
if [ $stage -le 4 ] && [ $stop_stage -ge 4 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user