pub fn load_checkpoint<T: DeserializeOwned, P: AsRef<Path>>(
    path: P
) -> Result<T, Error>
Expand description

Load a checkpoint from disk