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

11 lines
131 B
Bash

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