179 questions
No questions match those filters.
Explain μP and why it solves the learning-rate transfer...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansIn standard parametrization, gradient signal magnitude scales with width, forcing the optimal learning rate to scale inversely with width. μP solves this by explicitly scaling initialization variance and per-layer update rates so that forward-pass activations and weight updates remain O(1) regardless of width. Consequently, the gradient update magnitude becomes invariant to width, meaning the optimal learning rate for a small model is theoretically the same for a much larger one, though finite-width corrections usually necessitate a short validation run.