A water-plant chlorine tuning job launches many hopeless hyperparameter combos that run to the last epoch. How can SageMaker AMT cut that waste?
Select an answer to reveal the explanation.
Short Explanation
Think of many hopeless hyperparameter combos running to the last epoch. Enable training-job early stopping on the HyperparameterTuner. Poor trials should not consume a full budget.
Full Explanation
SageMaker AMT can stop poor child training jobs early so they do not burn a full epoch budget. Leaving early stopping off keeps that waste. Rekognition is not AMT, and changing the objective does not replace early stopping.