From 4e95ad3c4985dce64009ceeee70e30f9742418cd Mon Sep 17 00:00:00 2001 From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com> Date: 星期四, 15 六月 2023 16:41:36 +0800 Subject: [PATCH] For python ws client long wav not recv asr result bug (#633) --- 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