martinwholtmon / IT3920-2024-Master-MSIT

Master project for MSIT 2024 - Towards Efficient Human Action Recognition: The Role of Keyframe Selection in Video Processing
MIT License
0 stars 0 forks source link

PyTorch Lightning Checkpoint callback unique identifier #75

Closed martinwholtmon closed 3 months ago

martinwholtmon commented 5 months ago

See if there is a way to add a unique identifier such that the checkpoints from different runs are not overwritten. https://lightning.ai/docs/pytorch/stable/api/lightning.pytorch.callbacks.ModelCheckpoint.html

For example, for the logs there is version_n, and I want that version number to be appended to the checkpoint, or place the checkpoints inside that log dir. Everything should be contained.