Expand description
Animated gradient flow visualization.
Records per-layer gradient statistics across training steps and produces exportable frame sequences (JSON, CSV) and ASCII heatmap animations.
Structs§
- Gradient
Flow Animator - Collects per-step gradient data and provides export / analysis utilities.
- Gradient
Flow Summary - Summary report produced by
GradientFlowAnimator::summary_report(). - Gradient
Frame - One frame of the gradient animation — all layers at a single training step.
- Layer
Gradient Info - Statistics for a single layer captured at one training step.
Enums§
- Gradient
Health - Overall gradient health of the training run.