pub fn save_model<P: AsRef<Path>>( path: P, model: &ModelProto, ) -> Result<(), Error>
Saves model to a file.