We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0835e86 commit 7ad2fceCopy full SHA for 7ad2fce
test/runtests.jl
@@ -8,7 +8,7 @@ Random.seed!(1)
8
RULES = [
9
Muon(), Apollo(),
10
OptimiserChain(NormGrowthCap(), Apollo()),
11
- OptimiserChain(GradNormControl(), Muon())
+ OptimiserChain(GradNormControl([0.0,0.0]), Muon())
12
]
13
14
name(o) = typeof(o).name.name # just for printing testset headings
0 commit comments