stop_training

Function stop_training 

Source
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.