From 35293c7b716b636ca4c3224df4a52f9ead332517 Mon Sep 17 00:00:00 2001 From: pat-alt <altmeyerpat@gmail.com> Date: Thu, 19 Oct 2023 20:13:25 +0200 Subject: [PATCH] mnist test delftblue --- experiments/jobscripts/testing/mnist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments/jobscripts/testing/mnist.sh b/experiments/jobscripts/testing/mnist.sh index 6a49e502..1d29c1c5 100644 --- a/experiments/jobscripts/testing/mnist.sh +++ b/experiments/jobscripts/testing/mnist.sh @@ -2,7 +2,7 @@ #SBATCH --job-name="MNIST test (ECCCo)" #SBATCH --time=00:30:00 -#SBATCH --ntasks=5 +#SBATCH --ntasks=10 #SBATCH --cpus-per-task=4 #SBATCH --partition=compute #SBATCH --mem-per-cpu=8GB @@ -13,5 +13,5 @@ module load 2023r1 openmpi source experiments/slurm_header.sh -srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=mnist output_path=results_testing mpi grid_search n_individuals=10 threaded n_each=4 > experiments/logs/grid_search_linearly_separable.log +srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=mnist output_path=results_testing mpi grid_search n_individuals=10 threaded n_each=32 > experiments/logs/grid_search_linearly_separable.log \ No newline at end of file -- GitLab