DeepLearningExamples/PyTorch/SpeechRecognition/QuartzNet/platform/DGX2_QuartzNet_FP32_16GPU.sh
2021-09-14 06:03:36 -07:00

11 lines
133 B
Bash

#!/bin/bash
set -a
: ${NUM_GPUS:=16}
: ${GPU_BATCH_SIZE:=36}
: ${GRAD_ACCUMULATION:=2}
: ${AMP=:false}
bash scripts/train.sh "$@"