ashleve / lightning-hydra-template

PyTorch Lightning + Hydra. A very user-friendly template for ML experimentation. ⚡🔥⚡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with "best ckpt" absolute paths during fine-tuning and continue training

Mai0313 opened this issue · comments

commented

Lightning saves "best ckpt" with absolute paths in each checkpoint. These are not copied during fine-tuning or continue training, causing issues if the "best ckpt" is deleted or moved.

This problem was noticed in ./src/train.py; This needs to be addressed for smooth execution of fine-tuning and continue training stages.