:orphan: Train a PyTorch Model on Fashion MNIST ====================================== This example runs distributed training of a PyTorch model on Fashion MNIST with Ray Train. Code example ------------ .. literalinclude:: /../../python/ray/train/examples/pytorch/torch_fashion_mnist_example.py See also -------- * :ref:`Get Started with PyTorch ` for a tutorial on using Ray Train and PyTorch * :doc:`Ray Train Examples <../../examples>` for more use cases