From 0c4fbea66b7c4eddeec5734d4ff43ad85e32d5fa Mon Sep 17 00:00:00 2001 From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com> Date: 星期四, 15 六月 2023 15:39:22 +0800 Subject: [PATCH] update repo --- egs/aishell/rnnt/run.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/egs/aishell/rnnt/run.sh b/egs/aishell/rnnt/run.sh index 893a197..9facc8b 100755 --- a/egs/aishell/rnnt/run.sh +++ b/egs/aishell/rnnt/run.sh @@ -4,7 +4,7 @@ # machines configuration CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" -gpu_num=2 +gpu_num=8 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 -- Gitblit v1.9.1