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