From 48c5f4acf9f3e6b2dec9ea981ce91de2e2856922 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Mon, 18 Mar 2024 20:11:10 +0800 Subject: [PATCH] typo fixes --- .../ASR/zipformer/onnx_pretrained_ctc_HLG_streaming.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/egs/librispeech/ASR/zipformer/onnx_pretrained_ctc_HLG_streaming.py b/egs/librispeech/ASR/zipformer/onnx_pretrained_ctc_HLG_streaming.py index 04b53701e..a8b08de34 100755 --- a/egs/librispeech/ASR/zipformer/onnx_pretrained_ctc_HLG_streaming.py +++ b/egs/librispeech/ASR/zipformer/onnx_pretrained_ctc_HLG_streaming.py @@ -41,7 +41,7 @@ popd --encoder-dim 192,256,256,256,256,256 \ --encoder-unmasked-dim 192,192,192,192,192,192 -It will generate the following 2 files inside $repo/exp: +It will generate the following 2 files inside $repo/exp-ctc-rnnt-small: - ctc-epoch-30-avg-3-chunk-16-left-128.int8.onnx - ctc-epoch-30-avg-3-chunk-16-left-128.onnx @@ -426,7 +426,6 @@ def main(): logging.info(f"Failed to get linear symbol sequence for {args.sound_file}") return - # are shifted by 1 during graph construction hyps = " ".join([word_table[i] for i in osymbols_out]).lower() logging.info(f"\n{args.sound_file}\n{hyps}")