DeepLearningExamples/PyTorch/SpeechRecognition/Jasper/platform/DGX2_Jasper_FP32_16GPU.sh

4 lines
96 B
Bash
Raw Normal View History

2020-07-07 22:58:04 +02:00
#!/bin/bash
NUM_GPUS=16 BATCH_SIZE=64 GRADIENT_ACCUMULATION_STEPS=1 bash scripts/train.sh "$@"