:orphan: .. _tensorflow_mnist_example: Training with TensorFlow and Ray Train ====================================== 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 -------- * :ref:`Ray Train Examples ` for more use cases. * :ref:`Distributed Tensorflow & Keras ` for a tutorial.