From 95d6db2656e9e5c135e8d6af4027bf76a83ec998 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期二, 25 四月 2023 15:10:24 +0800
Subject: [PATCH] update
---
egs/aishell/paraformer/run.sh | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/egs/aishell/paraformer/run.sh b/egs/aishell/paraformer/run.sh
index b6ef733..d8a1c09 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"
-gpu_num=1
+CUDA_VISIBLE_DEVICES="0,1"
+gpu_num=2
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
@@ -178,7 +178,6 @@
--resume true \
--output_dir ${exp_dir}/exp/${model_dir} \
--config $asr_config \
- --input_size $feats_dim \
--ngpu $gpu_num \
--num_worker_count $count \
--dist_init_method $init_method \
--
Gitblit v1.9.1