Skip to content
Snippets Groups Projects
Commit 016f7ba5 authored by Pat Alt's avatar Pat Alt
Browse files

halle

parent 94e50535
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
#!/bin/bash #!/bin/bash
#SBATCH --job-name="MNIST (ECCCo)" #SBATCH --job-name="MNIST (ECCCo)"
#SBATCH --time=24:00:00 #SBATCH --time=4:00:00
#SBATCH --ntasks=1000 #SBATCH --ntasks=1000
#SBATCH --cpus-per-task=1 #SBATCH --cpus-per-task=1
#SBATCH --partition=compute #SBATCH --partition=compute
......
#!/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
...@@ -11,4 +11,4 @@ ...@@ -11,4 +11,4 @@
module load 2023r1 openmpi module load 2023r1 openmpi
srun julia --project=experiments experiments/run_experiments.jl -- data=mnist output_path=results mpi grid_search > experiments/synthetic.log 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 \ No newline at end of file
#!/bin/bash #!/bin/bash
#SBATCH --job-name="Grid-search Synthetic (ECCCo)" #SBATCH --job-name="Grid-search Synthetic (ECCCo)"
#SBATCH --time=03:00:00 #SBATCH --time=06:00:00
#SBATCH --ntasks=1000 #SBATCH --ntasks=1000
#SBATCH --cpus-per-task=1 #SBATCH --cpus-per-task=1
#SBATCH --partition=compute #SBATCH --partition=compute
#SBATCH --mem-per-cpu=4GB #SBATCH --mem-per-cpu=8GB
#SBATCH --account=research-eemcs-insy #SBATCH --account=research-eemcs-insy
#SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes. #SBATCH --mail-type=END # Set mail type to 'END' to receive a mail when the job finishes.
......
#!/bin/bash #!/bin/bash
#SBATCH --job-name="Grid-search Tabular (ECCCo)" #SBATCH --job-name="Grid-search Tabular (ECCCo)"
#SBATCH --time=06:00:00 #SBATCH --time=10:00:00
#SBATCH --ntasks=100 #SBATCH --ntasks=1000
#SBATCH --cpus-per-task=1 #SBATCH --cpus-per-task=1
#SBATCH --partition=compute #SBATCH --partition=compute
#SBATCH --mem-per-cpu=8GB #SBATCH --mem-per-cpu=8GB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment