We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git clone https://github.com/NVIDIA/apex cd apex pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
deepspeed_config = { 'train_batch_size': BATCH_SIZE, 'gradient_clipping': GRAD_CLIP_NORM, 'amp': { 'enabled': True, 'opt_level': 'O1', } }