mirror of
https://github.com/vale981/ray
synced 2025-03-08 11:31:40 -05:00
29 lines
631 B
ReStructuredText
29 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.
|