ExplicitCheckpointKeeper
- class ExplicitCheckpointKeeper(keep: Collection[int])[source]
Bases:
CheckpointKeeperKeep checkpoints at explicit steps.
Attributes Summary
Methods Summary
__call__(steps)Iterate over the steps for which checkpoints should be kept.
Attributes Documentation
- Parameters:
keep (Collection[int])
- keep: Collection[int] = <dataclasses._MISSING_TYPE object>
Methods Documentation