27 lines
805 B
ReStructuredText
27 lines
805 B
ReStructuredText
:orphan:
|
|
|
|
Training with TensorFlow and Ray Train
|
|
======================================
|
|
|
|
.. raw:: html
|
|
|
|
<a id="try-anyscale-quickstart-tensorflow_mnist_example" target="_blank" href="https://console.anyscale.com/register/ha?render_flow=ray&utm_source=ray_docs&utm_medium=docs&utm_campaign=tensorflow_mnist_example">
|
|
<img src="../../../_static/img/run-on-anyscale.svg" alt="Run on Anyscale" />
|
|
<br/><br/>
|
|
</a>
|
|
|
|
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 <train-tensorflow-overview>` for a tutorial.
|