Skip to main content

Module observer

Module observer 

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

TrainingStepEvent
Borrowed telemetry for one successful network step inside a training session.

Traits§

TrainingObserver
Receives one TrainingStepEvent after each successful network step.