stop training
The stop training
command stops a training experiment. If the training experiment is running, this command will stop the ML model training using an early stop mechanism. It may take a while for the training job to stop. For example, deep learning jobs will stop at the next epoch boundary.
Syntax
Parameters
Parameter
Description
<
experiment name>
The name of the training experiment
Example
Last updated