[SGD] add SGDv2 survey link to docs (#18934)

This commit is contained in:
matthewdeng 2021-09-27 19:15:37 -07:00 committed by GitHub
parent 25d14cb4de
commit d2caa00be8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View file

@ -9,7 +9,7 @@ The RaySGD ``TorchTrainer`` simplifies distributed model training for PyTorch.
.. image:: raysgd-actors.svg
:align: center
.. tip:: Get in touch with us if you're using or considering using `RaySGD <https://forms.gle/26EMwdahdgm7Lscy9>`_!
.. tip:: Get in touch with us if you're using or considering using `RaySGD <https://forms.gle/PXFcJmHwszCwQhqX7>`_!
The ``TorchTrainer`` is a wrapper around ``torch.distributed.launch`` with a Python API to easily incorporate distributed training into a larger Python application, as opposed to needing to wrap your training code in bash scripts.

View file

@ -8,7 +8,7 @@ Under the hood, ``TFTrainer`` will create *replicas* of your model (controlled b
.. image:: raysgd-actors.svg
:align: center
.. tip:: We need your feedback! RaySGD is currently early in its development, and we're hoping to get feedback from people using or considering it. We'd love `to get in touch <https://forms.gle/26EMwdahdgm7Lscy9>`_!
.. tip:: Get in touch with us if you're using or considering using `RaySGD <https://forms.gle/PXFcJmHwszCwQhqX7>`_!
----------

View file

@ -5,6 +5,8 @@ RaySGD: Deep Learning on Ray
.. _`issue on GitHub`: https://github.com/ray-project/ray/issues
.. tip:: Get in touch with us if you're using or considering using `RaySGD <https://forms.gle/PXFcJmHwszCwQhqX7>`_!
RaySGD is a lightweight library for distributed deep learning, allowing you
to scale up and speed up training for your deep learning models.
@ -21,7 +23,6 @@ The main features are:
`issue on GitHub`_.
If you are looking for the previous API documentation, see :ref:`sgd-index`.
Intro to RaySGD
---------------

View file

@ -3,6 +3,8 @@
RaySGD User Guide
=================
.. tip:: Get in touch with us if you're using or considering using `RaySGD <https://forms.gle/PXFcJmHwszCwQhqX7>`_!
In this guide, we cover examples for the following use cases:
* How do I :ref:`port my code <sgd-porting-code>` to using RaySGD?