Distributed Training using PyTorch
In this project, we
- Investigated different functionalities of PyTorch
- Performed NN training on single machine
- Performed NN training on multiple machines (Distributed Training)
- Did performance comparison of single vs multiple machines
Dataset used
MNIST dataset was used for this project.

GCP and PyTorch setup
Please refer to this document to set up the environment.
Results
%20vs.%20Number%20of%20machines.png)
Link to the code is here.
