diff --git a/experiments/jobscripts/generators/mnist.sh b/experiments/jobscripts/generators/mnist.sh index d1635412d9cf812876863be3c1c237ae46c86a04..bb65d94fca4b544c2da0915f0b2e59fa1e41b235 100644 --- a/experiments/jobscripts/generators/mnist.sh +++ b/experiments/jobscripts/generators/mnist.sh @@ -1,7 +1,7 @@ #!/bin/bash #SBATCH --job-name="MNIST (ECCCo)" -#SBATCH --time=24:00:00 +#SBATCH --time=4:00:00 #SBATCH --ntasks=1000 #SBATCH --cpus-per-task=1 #SBATCH --partition=compute diff --git a/experiments/jobscripts/tuning/generators/fmnist.sh b/experiments/jobscripts/tuning/generators/fmnist.sh new file mode 100644 index 0000000000000000000000000000000000000000..b1838a6ead29e2829d398e3c5163b89cb6b947e9 --- /dev/null +++ b/experiments/jobscripts/tuning/generators/fmnist.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +#SBATCH --job-name="Grid-search Fashion MNIST (ECCCo)" +#SBATCH --time=24:00:00 +#SBATCH --ntasks=1000 +#SBATCH --cpus-per-task=1 +#SBATCH --partition=compute +#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. + +module load 2023r1 openmpi + +srun julia --project=experiments experiments/run_experiments.jl -- data=fmnist output_path=results mpi grid_search > experiments/grid_search_fmnist.log \ No newline at end of file diff --git a/experiments/jobscripts/tuning/generators/mnist.sh b/experiments/jobscripts/tuning/generators/mnist.sh index 2ab736c7d30515aaa4f6ada3f20fa7fbc39a4eb4..c9cd9c459ed1c9b4eb535a1d7e7d14fde37c85c4 100644 --- a/experiments/jobscripts/tuning/generators/mnist.sh +++ b/experiments/jobscripts/tuning/generators/mnist.sh @@ -11,4 +11,4 @@ module load 2023r1 openmpi -srun julia --project=experiments experiments/run_experiments.jl -- data=mnist output_path=results mpi grid_search > experiments/synthetic.log \ No newline at end of file +srun julia --project=experiments experiments/run_experiments.jl -- data=mnist output_path=results mpi grid_search > experiments/grid_search_mnist.log \ No newline at end of file diff --git a/experiments/jobscripts/tuning/generators/synthetic.sh b/experiments/jobscripts/tuning/generators/synthetic.sh index 578bcf08415364bf8d25df93a42eb71de764e304..83744419ae5d38aa0d396bf1b73859f5c34bb221 100644 --- a/experiments/jobscripts/tuning/generators/synthetic.sh +++ b/experiments/jobscripts/tuning/generators/synthetic.sh @@ -1,11 +1,11 @@ #!/bin/bash #SBATCH --job-name="Grid-search Synthetic (ECCCo)" -#SBATCH --time=03:00:00 +#SBATCH --time=06:00:00 #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/generators/tabular.sh b/experiments/jobscripts/tuning/generators/tabular.sh index 6769aebdea7ea30c70d635b4b649ce7055a73d5c..d33a49c1182c8f18fcdac3613f9ec463201b6200 100644 --- a/experiments/jobscripts/tuning/generators/tabular.sh +++ b/experiments/jobscripts/tuning/generators/tabular.sh @@ -1,8 +1,8 @@ #!/bin/bash #SBATCH --job-name="Grid-search Tabular (ECCCo)" -#SBATCH --time=06:00:00 -#SBATCH --ntasks=100 +#SBATCH --time=10:00:00 +#SBATCH --ntasks=1000 #SBATCH --cpus-per-task=1 #SBATCH --partition=compute #SBATCH --mem-per-cpu=8GB