From eec914bef61a802a955ea7be4d06284f00efd69a Mon Sep 17 00:00:00 2001 From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com> Date: 星期一, 24 四月 2023 17:17:48 +0800 Subject: [PATCH] update --- egs/aishell/paraformer/run.sh | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/egs/aishell/paraformer/run.sh b/egs/aishell/paraformer/run.sh index a8fdcb7..60078a0 100755 --- a/egs/aishell/paraformer/run.sh +++ b/egs/aishell/paraformer/run.sh @@ -3,8 +3,8 @@ . ./path.sh || exit 1; # machines configuration -CUDA_VISIBLE_DEVICES="0,1" -gpu_num=2 +CUDA_VISIBLE_DEVICES="0" +gpu_num=1 count=1 gpu_inference=true # Whether to perform gpu decoding, set false for cpu decoding # for gpu decoding, inference_nj=ngpu*njob; for cpu decoding, inference_nj=njob @@ -13,15 +13,15 @@ infer_cmd=utils/run.pl # general configuration -feats_dir="../DATA" #feature output dictionary +feats_dir="/nfs/wangjiaming.wjm/Funasr_data/aishell-1-fix-cmvn" #feature output dictionary exp_dir="." lang=zh dumpdir=dump/fbank feats_type=fbank token_type=char -scp=feats.scp -type=kaldi_ark -stage=0 +scp=wav.scp +type=sound +stage=3 stop_stage=4 # feature configuration -- Gitblit v1.9.1