From 15b93c36ef47bd8c6b94c96558d7070434e438fb Mon Sep 17 00:00:00 2001 From: zxcd <228587199@qq.com> Date: Mon, 13 Mar 2023 11:24:51 +0000 Subject: [PATCH] fix data.sh step_num. --- examples/aishell/asr3/local/data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aishell/asr3/local/data.sh b/examples/aishell/asr3/local/data.sh index 1a468f546..bd26c1e78 100755 --- a/examples/aishell/asr3/local/data.sh +++ b/examples/aishell/asr3/local/data.sh @@ -1,7 +1,7 @@ #!/bin/bash stage=-1 -stop_stage=-1 +stop_stage=3 dict_dir=data/lang_char . ${MAIN_ROOT}/utils/parse_options.sh || exit -1;