You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(pt): log pre-clip gradient total_norm and per-param norm to tensorboard (#5252)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Enhanced gradient diagnostics during training: when TensorBoard
logging is enabled, training now records total gradient norm,
per-parameter gradient norms, and a histogram of per-parameter norms.
The system also highlights the top-10 largest parameter gradients as
individual scalars and surfaces total-norm values in training logs to
improve analysis and monitoring.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments