pub fn load_checkpoint<T: for<'de> Deserialize<'de>>(
path: &Path,
) -> Result<T, EvolutionError>Expand description
Load a checkpoint from disk.
pub fn load_checkpoint<T: for<'de> Deserialize<'de>>(
path: &Path,
) -> Result<T, EvolutionError>Load a checkpoint from disk.