BestCheckpointSchedule
- class BestCheckpointSchedule(result_tracker: ResultTracker, metric_selection: MetricSelection)[source]
Bases:
CheckpointSchedule
Create a checkpoint whenever a metric improves.
Methods Summary
__call__
(step)Decide whether to create a checkpoint at the specified epoch.
Methods Documentation
- Parameters:
result_tracker (ResultTracker)
metric_selection (MetricSelection)