Skip to main content

load_checkpoint

Function load_checkpoint 

Source
pub fn load_checkpoint<T: for<'de> Deserialize<'de>>(
    path: &Path,
) -> Result<T, EvolutionError>
Expand description

Load a checkpoint from disk.