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

locate saved checkpoints from mlfow run id

AzharSindhi opened this issue · comments

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