From d1408466aac32e1246c51aaf49f11df98d169332 Mon Sep 17 00:00:00 2001 From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com> Date: 星期一, 24 四月 2023 14:53:10 +0800 Subject: [PATCH] update --- egs/aishell/paraformer/run.sh | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/egs/aishell/paraformer/run.sh b/egs/aishell/paraformer/run.sh index a8fdcb7..9d76a5b 100755 --- a/egs/aishell/paraformer/run.sh +++ b/egs/aishell/paraformer/run.sh @@ -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