How do I setup Distributed Data Parallel (DDP) training using the PyTorch Lightning CLI?
What I am doing: I am currently trying to setup a training routine which will require me to use DDP. After doing some research, I decided to use PyTorch Lightning for this because of their ease of use, and since I was already quite familiar with basic PyTorch. I am currently trying to use the […]