Expand description
Per-step session observer types for crate::PlasticityTrainer::run_session_with_observer.
These types are borrowed snapshots. They never expose &mut access to the
network, and constructing a TrainingStepEvent does not heap-allocate.
Structs§
- Training
Step Event - Borrowed telemetry for one successful network step inside a training session.
Traits§
- Training
Observer - Receives one
TrainingStepEventafter each successful network step.