From a0a4a276d92cd83e568f5b6597284b0e758135c6 Mon Sep 17 00:00:00 2001 From: zxcd <228587199@qq.com> Date: Mon, 13 Mar 2023 08:17:57 +0000 Subject: [PATCH] fix run.sh --- examples/aishell/asr3/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/aishell/asr3/run.sh b/examples/aishell/asr3/run.sh index 26e7e607c..f1fa9ba0a 100755 --- a/examples/aishell/asr3/run.sh +++ b/examples/aishell/asr3/run.sh @@ -4,9 +4,9 @@ set -e . ./path.sh || exit 1; . ./cmd.sh || exit 1; -gpus=0 -stage=1 -stop_stage=1 +gpus=0,1,2,3 +stage=0 +stop_stage=4 conf_path=conf/wav2vec2ASR.yaml ips= #xx.xx.xx.xx,xx.xx.xx.xx decode_conf_path=conf/tuning/decode.yaml