From b95fd3c61edc1ff8de9b5f6f42b156e6f27534e3 Mon Sep 17 00:00:00 2001 From: murrellb Date: Mon, 16 Dec 2024 03:13:50 +0100 Subject: [PATCH] And changing the changed name in the tests. --- test/rules.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rules.jl b/test/rules.jl index b1b19fb..4ce4dec 100644 --- a/test/rules.jl +++ b/test/rules.jl @@ -14,7 +14,7 @@ RULES = [ OptimiserChain(ClipNorm(), Adam(0.001)), OptimiserChain(ClipGrad(0.5), Momentum()), OptimiserChain(WeightDecay(), OAdam(), ClipGrad(1)), - OptimiserChain(GradNormGrowthLimiter(1.1), Apollo()), + OptimiserChain(NormGrowthCap(1.1), Apollo()), # Not the default: RMSProp(centred = true), AdamW(couple=false), ]