pub fn save_checkpoint<G>(
checkpoint: &Checkpoint<G>,
path: impl AsRef<Path>,
format: CheckpointFormat,
) -> Result<(), CheckpointError>Expand description
Save a checkpoint to a file
pub fn save_checkpoint<G>(
checkpoint: &Checkpoint<G>,
path: impl AsRef<Path>,
format: CheckpointFormat,
) -> Result<(), CheckpointError>Save a checkpoint to a file