ashleve / lightning-hydra-template

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

Does it support wandb sweep for hyperparameter search and model optimization? #531

Open zf223669 opened 1 year ago

zf223669 commented 1 year ago

Hi, Does it support wandb sweep for hyperparameter search and model optimization?

ashleve commented 1 year ago

We don't have a config for this in the template right now.

It is possible but I have not tried wandb sweep in a while so I can't assure you it can be integrated with template without friction.

This issue will help you if you want to try implementing it: https://github.com/ashleve/lightning-hydra-template/issues/58