pub fn stop_training(context: TrainingHandle) -> FFIResult<()>Expand description
Stops training with a given handle and destroys it.
This will only disconnect the current client. If the experiment has remote workers they will continue to run.
pub fn stop_training(context: TrainingHandle) -> FFIResult<()>Stops training with a given handle and destroys it.
This will only disconnect the current client. If the experiment has remote workers they will continue to run.