Translations:PyTorch/215/fr

From Alliance Doc
Jump to navigation Jump to search
  1. !/bin/bash
  2. SBATCH --nodes 1
  3. SBATCH --gres=gpu:1 # request a GPU
  4. SBATCH --tasks-per-node=1
  5. SBATCH --cpus-per-task=1 # change this parameter to 2,4,6,... and increase "--num_workers" accordingly to see the effect on performance