pub fn save_checkpoint<P: AsRef<Path>>( checkpoint: &Checkpoint, path: P, ) -> Result<()>
Save a complete training checkpoint.