Type Alias burn::record::DefaultRecorder
pub type DefaultRecorder = NamedMpkFileRecorder<FullPrecisionSettings>;
Expand description
Default recorder.
It uses the named msgpack format for serialization with full precision.
Aliased Typeยง
struct DefaultRecorder { /* private fields */ }