ray/doc/source/raysgd/v2/examples.rst
Richard Liaw ecc7cf4c5e
[sgd] v2 documentation draft (#17253)
Co-authored-by: matthewdeng <matthew.j.deng@gmail.com>
Co-authored-by: Matthew Deng <matthew.j.deng@gmail.com>
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2021-08-02 01:47:14 -07:00

28 lines
631 B
ReStructuredText

:orphan:
.. _sgd-v2-examples:
RaySGD Examples
===============
Below are examples for using RaySGD with a variety of models, frameworks, and use cases.
* Simple example for Pytorch.
* End-to-end example for Pytorch.
* End-to-end example for HuggingFace Transformers (Pytorch).
* Simple example for Tensorflow
* End-to-end example for Tensorflow
* Simple example for Horovod (with Tensorflow)
* End-to-end example for Horovod (with Tensorflow)
Features
--------
* Example for using a custom callback
* End-to-end example for running on an elastic cluster (elastic training)
Models
------
* Example training on Vision model.