Post

@Creative_Math_ Bonus: DeepSeek's Nesterov Muon also does "RMS-matching", but with a factor of 0.18 instead of 0.2 😂
x.com/EIFY/status/20…
EIFY@EIFY
DeepSeek opted to train DeepSeek V4 with Nesterov Muon. Nesterov Muon also has a momentum-dependent eff. LR albeit more complicated. Their "RMS matching factor" is 0.18: ((1 + mu)/(1 - mu)) ** .5 * (1 + 2 * mu - 2 * mu ** 3) ** -.5 * 0.18 = 1.03 if mu = 0.95 2/3
English

I reject RMS matching as a whole, it changes the geometry and leads to attention logit instability even in small models (which means sth is def wrong there). I’m not convinced apriori that the update RMS for 2 diff optimizers should be the same, esp not when it’s muon (which has a specific geometry)
English

@Creative_Math_ I agree in principle: I don't use "RMS matching" for my own experiments. Though in practice it probably served as a quick & dirty bridge for Kimi / GLM / DeepSeek to transition from AdamW to Muon while reusing the tuned LR.
English
