From 97a70db1ffe379b0eb91c9bea5f903370817a184 Mon Sep 17 00:00:00 2001 From: pat-alt <altmeyerpat@gmail.com> Date: Fri, 20 Oct 2023 09:01:56 +0200 Subject: [PATCH] uh --- experiments/jobscripts/tuning/generators/fmnist.sh | 2 +- experiments/jobscripts/tuning/generators/mnist.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments/jobscripts/tuning/generators/fmnist.sh b/experiments/jobscripts/tuning/generators/fmnist.sh index 31fb7c16..9fb8e256 100644 --- a/experiments/jobscripts/tuning/generators/fmnist.sh +++ b/experiments/jobscripts/tuning/generators/fmnist.sh @@ -5,7 +5,7 @@ #SBATCH --ntasks=10 #SBATCH --cpus-per-task=10 #SBATCH --partition=compute -#SBATCH --mem-per-cpu=8GB +#SBATCH --mem-per-cpu=10GB #SBATCH --account=research-eemcs-insy #SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. diff --git a/experiments/jobscripts/tuning/generators/mnist.sh b/experiments/jobscripts/tuning/generators/mnist.sh index 5c455e3a..27b9f804 100644 --- a/experiments/jobscripts/tuning/generators/mnist.sh +++ b/experiments/jobscripts/tuning/generators/mnist.sh @@ -5,7 +5,7 @@ #SBATCH --ntasks=10 #SBATCH --cpus-per-task=10 #SBATCH --partition=compute -#SBATCH --mem-per-cpu=8GB +#SBATCH --mem-per-cpu=10GB #SBATCH --account=research-eemcs-insy #SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. -- GitLab