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

11 lines
132 B
Bash

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