Translations:Tutoriel Apprentissage machine/57/en

Revision as of 15:29, 7 October 2019 by Stubbsda (talk | contribs) (Created page with "{{File |name=ml-test-chain.sh |lang="bash" |contents= #!/bin/bash #SBATCH --array=1-10%1 # 10 is the number of jobs in the chain #SBATCH ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{File

 |name=ml-test-chain.sh
 |lang="bash"
 |contents=
  1. !/bin/bash
  2. SBATCH --array=1-10%1 # 10 is the number of jobs in the chain
  3. SBATCH ...