ashleve / lightning-hydra-template

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

Support for lightning light? #417

Open turian opened 2 years ago

turian commented 2 years ago

@williamFalcon wrote "if your workflow is complex and you want to own your full loop, then i would look at lightning Lite": https://pytorch-lightning.readthedocs.io/en/stable/starter/lightning_lite.html

This applies to me, and many people. Could we please have a lightning light template? There is a ton of stuff to strip.

ashleve commented 2 years ago

Thanks for proposition. We can consider adding a minimal Lite loop as a separate task if it won't pollute the template too much.

I will investigate when I find the time.