ExplicitCheckpointSchedule
- class ExplicitCheckpointSchedule(steps: Collection[int])[source]
Bases:
CheckpointScheduleCreate a checkpoint for explicitly chosen steps.
Methods Summary
__call__(step)Decide whether to create a checkpoint at the specified epoch.
Methods Documentation
- Parameters:
steps (Collection[int])