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 df14257115f85d9474d143d27f324d0708ee1f38..20abaa86efebf7b86a203b370ecb8221cd0811ff 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.