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

weight decay

parent 010a1939
No related branches found
No related tags found
1 merge request!8373 aries comments
......@@ -175,6 +175,8 @@ DEFAULT_GENERATOR_TUNING_LARGE = (
opt=[
Flux.Optimise.Descent(0.05),
Flux.Optimise.Descent(0.01),
Flux.Optimiser(ExpDecay(1, 0.1, 10, 1e-4), Descent(0.05)),
Flux.Optimiser(ExpDecay(1, 0.1, 10, 1e-4), Descent(0.01))
],
)
......
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