lightning.checkpoint
Save, load, or list PyTorch Lightning model checkpoints via a structured API.
Instructions
Manage model checkpoints: save, load, or list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Checkpoint file path (for save/load). | |
| model | No | Model configuration (for save/load). | |
| action | Yes | Action to perform. | |
| directory | No | Directory to list checkpoints from. |