CheckpointKeeper
- class CheckpointKeeper[source]
Bases:
ABCA checkpoint cleanup interface.
Methods Summary
__call__(steps)Iterate over the steps for which checkpoints should be kept.
Methods Documentation
Bases: ABC
A checkpoint cleanup interface.
Methods Summary
|
Iterate over the steps for which checkpoints should be kept. |
Methods Documentation