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

Is it possible to use the wandb runtime generated run id or name in hydra config?

RuishengSu opened this issue · comments

I would like to use the wandb run id or run name as the output dir name, so that I could easily identify the corresponding folder of a wandb run. Is there a easy solution for this purpose via hydra config?

commented

I don't see any way, becuase wandb is initialized after hydra, so output directory already exists at this point.