ashleve / lightning-hydra-template

PyTorch Lightning + Hydra. A very user-friendly template for ML experimentation. ⚡🔥⚡
4.13k stars 643 forks source link

locate saved checkpoints from mlfow run id #620

Open AzharSindhi opened 10 months ago

AzharSindhi commented 10 months ago

Hi,

I have many mlflow experiments or runs. I want to get the checkpoints for a particular mlflow run. The problem is that locally the checkpoints are stored in the directories based on the timestamp instead of mlflow run id. How do I locate the checkpoints or other logs for a particular run id?

Thanks