deepr.exporters package
Submodules
deepr.exporters.base module
Base class for Exporters
deepr.exporters.best_checkpoint module
Best Checkpoint Exporter
- class deepr.exporters.best_checkpoint.BestCheckpoint(metric, mode=BestMode.DECREASE, use_mlflow=False, tag='training_best_step')[source]
Bases:
Exporter
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).
deepr.exporters.save_variables module
Save Variables Exporter
deepr.exporters.saved_model module
Saved Model Exporter