diff --git a/experiments/jobscripts/generators/mnist.sh b/experiments/jobscripts/generators/mnist.sh index 7f16991bd9e4076d46612b71dc2583f80cac7dcb..d1635412d9cf812876863be3c1c237ae46c86a04 100644 --- a/experiments/jobscripts/generators/mnist.sh +++ b/experiments/jobscripts/generators/mnist.sh @@ -5,7 +5,7 @@ #SBATCH --ntasks=1000 #SBATCH --cpus-per-task=1 #SBATCH --partition=compute -#SBATCH --mem-per-cpu=4GB +#SBATCH --mem-per-cpu=8GB #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/models/mnist.sh b/experiments/jobscripts/tuning/models/mnist.sh new file mode 100644 index 0000000000000000000000000000000000000000..ce56a5048495dbe0c7e427ae07a6a1d7c3b89ebe --- /dev/null +++ b/experiments/jobscripts/tuning/models/mnist.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +#SBATCH --job-name="Tune MNIST Model (ECCCo)" +#SBATCH --time=09:00:00 +#SBATCH --ntasks=1 +#SBATCH --gpus-per-task=1 +#SBATCH --cpus-per-task=1 +#SBATCH --partition=gpu +#SBATCH --mem-per-cpu=4GB +#SBATCH --account=innovation +#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. + +srun julia --project=experiments experiments/run_experiments.jl -- data=mnist output_path=results tune_model \ No newline at end of file