Translations:Tutoriel Apprentissage machine/47/en

Revision as of 15:38, 7 October 2019 by Stubbsda (talk | contribs) (Created page with "{{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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{File

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