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

uh

parent d63af8aa
No related branches found
No related tags found
1 merge request!8985 overshooting
......@@ -163,13 +163,15 @@ DEFAULT_GENERATOR_TUNING = (
Flux.Optimise.Descent(0.05),
Flux.Optimise.Descent(0.01),
],
decay=[(0.0, 1), (0.1, 1), (0.5, 1),],
)
"Generator tuning parameters for large datasets."
DEFAULT_GENERATOR_TUNING_LARGE = (
Λ = [[0.1, 0.1, 0.1], [0.1, 0.1, 0.2], [0.2, 0.2, 0.2]],
reg_strength = [0.0, 0.1, 0.5],
reg_strength = [0.0],
opt = [Flux.Optimise.Descent(0.01), Flux.Optimise.Descent(0.05)],
decay = [(0.0, 1), (0.1, 1), (0.5, 1),],
)
"Boolean flag to check if model tuning was specified."
......
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