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

GMSC

parent fc23c9bd
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
......@@ -22,12 +22,11 @@ run_experiment(
sampling_batch_size=10,
sampling_steps = 30,
use_ensembling = true,
Λ=[0.1, 0.1, 0.1],
opt = Flux.Optimise.Descent(0.05),
n_individuals = n_ind,
use_variants = false,
min_batch_size = 250,
nsamples = 10,
nmin = 1,
use_variants=true,
Λ=[0.1, 0.2, 0.2],
nsamples = 100,
niter_eccco = 100,
)
\ No newline at end of file
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