:orphan: .. _torch_fashion_mnist_ex: 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 * :ref:`Ray Train Examples ` for more use cases