mirror of
https://github.com/vale981/ray
synced 2025-03-09 04:46:38 -04:00

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>
28 lines
631 B
ReStructuredText
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.
|