PyTorch-Lightning + Hydra to Boost Your PyTorch β‘π
When working with deep learning problems I usually use PyTorch.
I like this framework as it gives me a lot of freedom and allows to write code in the pythonic way.
Using bare pytorch unfortunately often means writing a lot of boilerplate code, which no-one like.
Another problem that arises during longer and larger projects is experiments running and configuration maintenance.
I tackle those two problems by using pytorch-lightning
and Hydra.
Recently I described my approach in a post on the Appsilon blog.
Read other posts