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

trying with smaller iteration size

parent 26c1f7ae
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
......@@ -5,7 +5,7 @@
#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.
......
......@@ -146,8 +146,8 @@ const GRID_SEARCH = "grid_search" ∈ ARGS
"Generator tuning parameters."
DEFAULT_GENERATOR_TUNING = (
nsamples=[10, 100],
niter_eccco=[10, 100],
nsamples=[10, 50],
niter_eccco=[10, 50],
Λ=[
[0.1, 0.1, 0.1],
[0.1, 0.2, 0.2],
......
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