Stop Training Early

You can stop a training job early if your model has already converged.

Early Stopping lets you stop a training job while the model is training.

You may want to use this feature if:

  1. Your training graphs show strong model performance and;

  2. There are still many epochs left in your training job.

When you stop a model training early, the weights will be saved and the model will be available for use.

If you want to fully cancel a job for any reason, refer to the Cancel a Training Job documentation. Cancelled jobs do not save the model weights from training.

To stop a model training job early, click the "Stop Training Early" button:

When you click the "Stop Training Early" button, work will immediately begin to stop the training job and prepare the model weights for use.

A tag will appear on your training job that denotes that the job has been stopped early:

It may take several minutes for a stopped model to be available.

When your model is ready, there will be a green checkmark next to the model version name:

Last updated

Was this helpful?