Type Alias burn::record::CompactRecorder
pub type CompactRecorder = NamedMpkFileRecorder<HalfPrecisionSettings>;
Expand description
Recorder optimized for compactness.
It uses the named msgpack format for serialization with half precision. If you are looking for the recorder that offers the smallest file size, have a look at sensitive compact recorder.
Aliased Typeยง
struct CompactRecorder { /* private fields */ }