Expand description
Training metrics and curve visualization for neural networks
This module provides comprehensive tools for visualizing training progress including loss curves, accuracy metrics, learning rate schedules, and system performance.
Structs§
- Axis
Config - Axis configuration
- Line
Style Config - Line style configuration for series
- Marker
Config - Marker configuration for data points
- Plot
Config - Plot configuration
- Series
Config - Data series configuration
- System
Metrics - System performance metrics during training
- Tick
Config - Tick configuration
- Training
Metrics - Training metrics for a single epoch/step
- Training
Visualizer - Training metrics visualizer
Enums§
- Axis
Scale - Axis scale type
- Line
Style - Line style options (re-exported from network module)
- Marker
Shape - Marker shape options
- Plot
Type - Plot type options
- Tick
Format - Tick format options
- Update
Mode - Update mode for plots