EveryCheckpointSchedule
- class EveryCheckpointSchedule(frequency: int = 10)[source]
Bases:
CheckpointSchedule
Create a checkpoint every \(n\) steps.
Attributes Summary
The checkpoint frequency
Methods Summary
__call__
(step)Decide whether to create a checkpoint at the specified epoch.
Attributes Documentation
- Parameters:
frequency (int)
Methods Documentation