Module checkpoint
Expand description
The checkpoint module.
Structs§
- Async
Checkpointer - Async checkpointer.
- Composed
Checkpointing Strategy - Compose multiple checkpointing strategy and only delete checkpoints when both strategy flag an epoch to be deleted.
- Composed
Checkpointing Strategy Builder - Help building a checkpointing strategy by combining multiple ones.
- File
Checkpointer - The file checkpointer.
- Keep
LastN Checkpoints - Keep the last N checkpoints.
- Metric
Checkpointing Strategy - Keep the best checkpoint based on a metric.
Enums§
- Checkpointer
Error - The error type for checkpointer.
- Checkpointing
Action - Action to be taken by a checkpointer.
Traits§
- Checkpointer
- The trait for checkpointer.
- Checkpointing
Strategy - Define when checkpoint should be saved and deleted.