Type Alias burn::record::DebugRecordSettings

pub type DebugRecordSettings = PrettyJsonFileRecorder<FullPrecisionSettings>;
Expand description

Debug recorder.

It uses the pretty json format for serialization with full precision making it human readable.

Aliased Typeยง

struct DebugRecordSettings { /* private fields */ }