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 c75142f commit b95fd3cCopy full SHA for b95fd3c
test/rules.jl
@@ -14,7 +14,7 @@ RULES = [
14
OptimiserChain(ClipNorm(), Adam(0.001)),
15
OptimiserChain(ClipGrad(0.5), Momentum()),
16
OptimiserChain(WeightDecay(), OAdam(), ClipGrad(1)),
17
- OptimiserChain(GradNormGrowthLimiter(1.1), Apollo()),
+ OptimiserChain(NormGrowthCap(1.1), Apollo()),
18
# Not the default:
19
RMSProp(centred = true), AdamW(couple=false),
20
]
0 commit comments