:orphan:
Training with TensorFlow and Ray Train
======================================
.. raw:: html
This basic example runs distributed training of a TensorFlow model on MNIST with Ray Train.
Code example
------------
.. literalinclude:: /../../python/ray/train/examples/tf/tensorflow_mnist_example.py
See also
--------
* :doc:`Ray Train Examples <../../examples>` for more use cases.
* :ref:`Distributed Tensorflow & Keras ` for a tutorial.