Skip to content
Snippets Groups Projects
Commit 897b5943 authored by Franck Dary's avatar Franck Dary
Browse files

Added append mode to slurm scripts

parent f710e9a6
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ def launchTrainSlurm(mode, expName, arguments, nbHours) :
#SBATCH --job-name=train:{}
#SBATCH --output={}.stdout
#SBATCH --error={}.stderr
#SBATCH --open-mode=append
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=10
#SBATCH --gres=gpu:1
......@@ -130,6 +131,7 @@ def launchEvalSlurm(mode, expName, nbHours) :
#SBATCH --job-name=eval:{}
#SBATCH --output={}.stdout
#SBATCH --error={}.stderr
#SBATCH --open-mode=append
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=10
#SBATCH --gres=gpu:1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment