ashleve / lightning-hydra-template

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

Set up without PL #446

Open DelinQu opened 2 years ago

DelinQu commented 2 years ago

Hi ashleve, Thanks for your wonderful lightning-hydra-template. It's a genius idea to combine PL and hydra. However, I find it difficult to customize my code and model because this project is a little complicated for me [not only for me but others who dislike PL]. So I wonder if there are some templates without PL but sharing the genius tricks and structure like this project?

I have been sincerely waiting for you to develop a new branch with only hydra and wandb .... :satisfied: :heart_eyes_cat:

ashleve commented 1 year ago

@DelinQu Apologies for the delayed reply.

I'm not aware of other templates not using the PL, apart from maybe cookie-cutter-data-science which this repo was partly inspired by: https://github.com/drivendata/cookiecutter-data-science They don't have that much in common right now though.

I'm planning to build something oriented around kaggle, pure pytorch, wandb and maybe hydra, in the near future. Will let you know when some prototype is ready.

DelinQu commented 1 year ago

Thank you so much ashleve. :smile: :smiley_cat: