:orphan:
.. _train-pytorch-fashion-mnist:
Train a PyTorch model on Fashion MNIST
======================================
.. raw:: html
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