save

Function save 

Source
pub fn save<B: Backend>(
    path: impl AsRef<Path>,
    executor: &Executor<B>,
) -> Result<()>
Expand description

Save all parameters from an Executor to a checkpoint file.

Parameters are stored with keys in the format "graph_name/param_name".