Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Sep 26, 2023
1 parent 9384d63 commit 0d7d3b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/run-pre-trained-conformer-ctc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion egs/yesno/ASR/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d7d3b1

Please sign in to comment.