Model Pipeline - DataParallel basics
This pipeline shows how PyTorch's DataParallel helps train a model faster by splitting data across multiple GPUs. It copies the model to each GPU, processes parts of the data in parallel, then combines the results.