From 300caf84dbbb8fd185098a4f836fabb28750c798 Mon Sep 17 00:00:00 2001 From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com> Date: 星期一, 08 五月 2023 18:58:57 +0800 Subject: [PATCH] update repo --- egs/aishell/conformer/run.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/aishell/conformer/run.sh b/egs/aishell/conformer/run.sh index 979834b..fda636c 100755 --- a/egs/aishell/conformer/run.sh +++ b/egs/aishell/conformer/run.sh @@ -3,7 +3,7 @@ . ./path.sh || exit 1; # machines configuration -CUDA_VISIBLE_DEVICES="2,3" +CUDA_VISIBLE_DEVICES="0,1" gpu_num=2 count=1 gpu_inference=true # Whether to perform gpu decoding, set false for cpu decoding @@ -21,7 +21,7 @@ scp=wav.scp type=sound stage=3 -stop_stage=3 +stop_stage=4 # feature configuration feats_dim=80 -- Gitblit v1.9.1