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

ok that was too much

parent 5324977a
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
......@@ -16,7 +16,7 @@ test_data = load_fashion_mnist_test()
model_tuning_params = DEFAULT_MODEL_TUNING_LARGE
# Tuning parameters:
tuning_params = DEFAULT_GENERATOR_TUNING
tuning_params = DEFAULT_GENERATOR_TUNING[2:end]
push!(tuning_params.Λ, [0.1, 0.1, 3.0])
# Additional models:
......
#!/bin/bash
#SBATCH --job-name="Grid-search Fashion MNIST (ECCCo)"
#SBATCH --time=24:00:00
#SBATCH --ntasks=2400
#SBATCH --time=32:00:00
#SBATCH --ntasks=1000
#SBATCH --cpus-per-task=1
#SBATCH --partition=compute
#SBATCH --mem-per-cpu=8GB
......
#!/bin/bash
#SBATCH --job-name="Grid-search MNIST (ECCCo)"
#SBATCH --time=24:00:00
#SBATCH --ntasks=2400
#SBATCH --time=32:00:00
#SBATCH --ntasks=1000
#SBATCH --cpus-per-task=1
#SBATCH --partition=compute
#SBATCH --mem-per-cpu=8GB
......
......@@ -16,7 +16,7 @@ test_data = load_mnist_test()
model_tuning_params = DEFAULT_MODEL_TUNING_LARGE
# Tuning parameters:
tuning_params = DEFAULT_GENERATOR_TUNING
tuning_params = DEFAULT_GENERATOR_TUNING[2:end]
push!(tuning_params.Λ, [0.1, 0.1, 3.0])
# Additional models:
......
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