From 077a8818cc3e5d838b0084bf39027826736fb5d2 Mon Sep 17 00:00:00 2001 From: Pat Alt <55311242+pat-alt@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:09:27 +0200 Subject: [PATCH] uf --- experiments/mnist.sh | 6 +++--- experiments/synthetic.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/experiments/mnist.sh b/experiments/mnist.sh index 14faad1b..8823002a 100644 --- a/experiments/mnist.sh +++ b/experiments/mnist.sh @@ -2,8 +2,8 @@ #SBATCH --job-name="MNIST (ECCCo)" #SBATCH --time=24:00:00 -#SBATCH --ntasks=12 -#SBATCH --cpus-per-task=4 +#SBATCH --ntasks=48 +#SBATCH --cpus-per-task=1 #SBATCH --partition=compute #SBATCH --mem-per-cpu=4GB #SBATCH --account=innovation @@ -11,4 +11,4 @@ module load 2023r1 openmpi -srun julia --project=experiments experiments/run_experiments.jl -- data=mnist retrain output_path=results threaded mpi > experiments/mnist.log +srun julia --project=experiments experiments/run_experiments.jl -- data=mnist output_path=results mpi > experiments/mnist.log diff --git a/experiments/synthetic.sh b/experiments/synthetic.sh index f1f4b4f1..34b342d4 100644 --- a/experiments/synthetic.sh +++ b/experiments/synthetic.sh @@ -11,4 +11,4 @@ module load 2023r1 openmpi -srun julia --project=experiments --threads 4 experiments/run_experiments.jl -- data=linearly_separable,moons,circles output_path=results retrain threaded mpi > experiments/synthetic.log +srun julia --project=experiments --threads 4 experiments/run_experiments.jl -- data=linearly_separable,moons,circles output_path=results threaded mpi > experiments/synthetic.log -- GitLab