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

more mnist tuning

parent 5139879a
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
#!/bin/bash
#SBATCH --job-name="Grid-search 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=mnist output_path=results mpi grid_search > experiments/synthetic.log
\ No newline at end of file
......@@ -17,6 +17,7 @@ model_tuning_params = DEFAULT_MODEL_TUNING_LARGE
# Tuning parameters:
tuning_params = DEFAULT_GENERATOR_TUNING
push!(tuning_params.Λ, [0.1, 0.1, 3.0])
# Additional models:
add_models = Dict(
......
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