Why it matters
Gradient clipping stabilizes training. Understanding shapes training safety.
Advertisement
The architecture
Global norm: clip if ||g|| > threshold.
Per-parameter: rarely used.
Advertisement
How it works end to end
Threshold: 1.0 typical.
g' = g * threshold / ||g|| if ||g|| > threshold.
Monitor clip rate: high = instability signal.