From 904389da19e40627d492d7e2279660be2aee70dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=87=AF=E5=AE=87?= Date: Fri, 10 Oct 2025 07:56:35 +0000 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91ESPnet2=E5=9C=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=A4=84=E7=90=86=E6=97=B6=E7=9A=84=E5=B9=B6=E8=A1=8C?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=95=B0=E9=87=8F=E9=98=B2=E6=AD=A2=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E4=B8=8D=E8=B6=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王凯宇 --- .../audio/ESPnet2_for_PyTorch/egs2/TEMPLATE/asr1/asr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PyTorch/built-in/audio/ESPnet2_for_PyTorch/egs2/TEMPLATE/asr1/asr.sh b/PyTorch/built-in/audio/ESPnet2_for_PyTorch/egs2/TEMPLATE/asr1/asr.sh index df14257115..20abaa86ef 100644 --- a/PyTorch/built-in/audio/ESPnet2_for_PyTorch/egs2/TEMPLATE/asr1/asr.sh +++ b/PyTorch/built-in/audio/ESPnet2_for_PyTorch/egs2/TEMPLATE/asr1/asr.sh @@ -32,8 +32,8 @@ skip_upload=true # Skip packing and uploading stages. skip_upload_hf=true # Skip uploading to hugging face stages. ngpu=1 # The number of gpus ("0" uses cpu, otherwise use gpu). num_nodes=1 # The number of nodes. -nj=32 # The number of parallel jobs. -inference_nj=32 # The number of parallel jobs in decoding. +nj=16 # The number of parallel jobs. +inference_nj=16 # The number of parallel jobs in decoding. gpu_inference=false # Whether to perform gpu decoding. dumpdir=dump # Directory to dump features. expdir=exp # Directory to save experiments. -- Gitee