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

11 lines
132 B
Bash

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