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

mnist local again

parent 45cc22b7
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
......@@ -29,7 +29,7 @@ ce_measures = [CE_MEASURES..., ECCCo.distance_from_energy_ssim, ECCCo.distance_f
# Parameter choices:
params = (
n_individuals=N_IND_SPECIFIED ? N_IND : 50,
n_individuals=N_IND_SPECIFIED ? N_IND : 5,
builder=default_builder(n_hidden=128, n_layers=1, activation=Flux.swish),
𝒟x=Uniform(-1.0, 1.0),
α=[1.0, 1.0, 1e-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