Skip to content
Snippets Groups Projects
Commit 8cc4a901 authored by pat-alt's avatar pat-alt
Browse files

uff

parent ae839439
Branches 38-laplace
No related tags found
1 merge request!8466 revision
......@@ -30,6 +30,8 @@ params = (
sampling_steps=30,
use_ensembling=true,
opt=Flux.Optimise.Descent(0.05),
Λ=[0.1, 0.1, 0.1],
n_individuals=25,
dim_reduction=true,
)
......
......@@ -19,6 +19,8 @@ params = (
epochs=100,
α=[1.0, 1.0, 1e-2],
sampling_steps=30,
opt=Flux.Optimise.Descent(0.05),
Λ=[0.1, 0.1, 0.05],
)
# Best grid search params:
......
......@@ -30,6 +30,8 @@ params = (
sampling_steps=30,
use_ensembling=true,
opt=Flux.Optimise.Descent(0.05),
Λ=[0.2, 0.2, 0.2],
n_individuals=25,
dim_reduction=true,
)
......
......@@ -31,6 +31,8 @@ params = (
sampling_steps = 30,
use_ensembling = true,
opt=Flux.Optimise.Descent(0.05),
Λ = [0.1, 0.1, 0.1],
n_individuals=25,
dim_reduction=true,
)
......
......@@ -20,6 +20,8 @@ params = (
n_layers=3,
activation=Flux.swish,
epochs=100,
Λ=[0.1, 0.1, 0.05],
opt=Flux.Optimise.Descent(0.01),
)
# Best grid search params:
......
......@@ -19,6 +19,8 @@ params = (
epochs=500,
sampling_batch_size=10,
sampling_steps=30,
Λ=[0.1, 0.1, 0.5],
opt=Flux.Optimise.Descent(0.01),
)
# Best grid search params:
......
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