From 3c03e1fa3acef03cdd570c518fc55a8d58886e15 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期三, 26 四月 2023 09:57:33 +0800
Subject: [PATCH] update

---
 egs/aishell/paraformer/run.sh |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/egs/aishell/paraformer/run.sh b/egs/aishell/paraformer/run.sh
index 2237641..13e7b78 100755
--- a/egs/aishell/paraformer/run.sh
+++ b/egs/aishell/paraformer/run.sh
@@ -3,7 +3,7 @@
 . ./path.sh || exit 1;
 
 # machines configuration
-CUDA_VISIBLE_DEVICES="0,1"
+CUDA_VISIBLE_DEVICES="2,3"
 gpu_num=2
 count=1
 gpu_inference=true  # Whether to perform gpu decoding, set false for cpu decoding
@@ -21,7 +21,7 @@
 token_type=char
 scp=wav.scp
 type=sound
-stage=2
+stage=1
 stop_stage=3
 
 # feature configuration
@@ -33,7 +33,7 @@
 data_url=www.openslr.org/resources/33
 
 # exp tag
-tag="exp1"
+tag="exp2"
 
 . utils/parse_options.sh || exit 1;
 
@@ -84,7 +84,6 @@
     done
 fi
 
-feat_train_dir=${feats_dir}/${dumpdir}/train; mkdir -p ${feat_train_dir}
 if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
     echo "stage 1: Feature and CMVN Generation"
     utils/compute_cmvn.sh --cmd "$train_cmd" --nj $nj --feats_dim ${feats_dim} ${feats_dir}/data/${train_set}

--
Gitblit v1.9.1