Skip to main content

Module gradient_animation

Module gradient_animation 

Source
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§

GradientFlowAnimator
Collects per-step gradient data and provides export / analysis utilities.
GradientFlowSummary
Summary report produced by GradientFlowAnimator::summary_report().
GradientFrame
One frame of the gradient animation — all layers at a single training step.
LayerGradientInfo
Statistics for a single layer captured at one training step.

Enums§

GradientHealth
Overall gradient health of the training run.