Translations:Tutoriel Apprentissage machine/47/en
{{File
|name=ml-test.sh |lang="bash" |contents=
- !/bin/bash
- SBATCH --gres=gpu:1 # Request GPU "generic resources"
- SBATCH --cpus-per-task=6 # Cores proportional to GPUs: 6 on Cedar, 16 on Graham.
- SBATCH --mem=32000M # Memory proportional to GPUs: 32000 Cedar, 64000 Graham.
- SBATCH --time=0-03:00 # DD-HH:MM:SS
- SBATCH --output=%N-%j.out