From eff2570faf3dae7908db87edf4ef1a6ea88e5b33 Mon Sep 17 00:00:00 2001 From: cdevelop <cdevelop@qq.com> Date: 星期三, 15 十一月 2023 19:46:00 +0800 Subject: [PATCH] 解决windwos 加载lm模型失败 (#1093) --- 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