From 35983e6f1b0a4536360f066619032f3e67f846dd Mon Sep 17 00:00:00 2001 From: Pat Alt <55311242+pat-alt@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:43:29 +0200 Subject: [PATCH] tune fmnist --- experiments/jobscripts/tuning/models/fmnist.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 experiments/jobscripts/tuning/models/fmnist.sh diff --git a/experiments/jobscripts/tuning/models/fmnist.sh b/experiments/jobscripts/tuning/models/fmnist.sh new file mode 100644 index 00000000..2eebefc2 --- /dev/null +++ b/experiments/jobscripts/tuning/models/fmnist.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +#SBATCH --job-name="Tune Fashion MNIST Model (ECCCo)" +#SBATCH --time=05: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=fmnist output_path=results tune_model \ No newline at end of file -- GitLab