From 14f86cd01932b14df42002ace1ad8aebe4ada28b Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 13 Dec 2023 17:29:34 +0800 Subject: [PATCH] typo fixes --- egs/librispeech/ASR/zipformer/onnx_pretrained-streaming-ctc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/zipformer/onnx_pretrained-streaming-ctc.py b/egs/librispeech/ASR/zipformer/onnx_pretrained-streaming-ctc.py index e07a64d1b..44546cae5 100755 --- a/egs/librispeech/ASR/zipformer/onnx_pretrained-streaming-ctc.py +++ b/egs/librispeech/ASR/zipformer/onnx_pretrained-streaming-ctc.py @@ -48,7 +48,7 @@ You can use either the ``int8.onnx`` model or just the ``.onnx`` model. 3. Run this file with the exported ONNX models ./zipformer/onnx_pretrained-streaming-ctc.py \ - --model-filename $repo/exp/ctc-epoch-20-avg-1-chunk-16-left-128.onnx \ + --model-filename $repo/exp/ctc-epoch-99-avg-1-chunk-16-left-128.onnx \ --tokens $repo/data/lang_bpe_2000/tokens.txt \ $repo/test_wavs/DEV_T0000000001.wav