Back to Examples

distributed-pytorch

distributed/ddp-tutorial-series/README.md

latest924 B
Original Source

distributed-pytorch

Code for the DDP tutorial series at https://pytorch.org/tutorials/beginner/ddp_series_intro.html

Each code file extends upon the previous one. The series starts with a non-distributed script that runs on a single GPU and incrementally updates to end with multinode training on a Slurm cluster.

Files