deepr.exporters.BestCheckpoint
- class deepr.exporters.BestCheckpoint(metric, mode=BestMode.DECREASE, use_mlflow=False, tag='training_best_step')[source]
Overrides Checkpoint Information to point to the best checkpoint.
The best checkpoint is the one whose step is closest to the step of the best evaluation metric. The evaluation metrics are retrieved from the evaluation summaries (located in eval).
Methods
__init__
(metric[, mode, use_mlflow, tag])export
(estimator)