An example of distributed model training using Ray Train.
In this Workload module, you’ll build an end-to-end computer-vision pipeline that loads and preprocesses a Food-101-Lite dataset slice, then trains a ResNet-18 image classifier. You’ll learn how to migrate the workflow from a single-node PyTorch setup to a fully distributed training job on an Anyscale cluster using Ray Train.