Tag: Lightning
-
PyTorch Lightning: How To Keep Your PyTorch Project Clean
As an engineer in perception and computer vision, I tend to work with PyTorch a lot. It’s a very flexible framework and there are already many useful components built into it that prevent you from having to build it yourself. However, if you have already built a few projects with it, you might have noticed…