Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Data] [Docs] Docs for working with PyTorch #36880

Merged
merged 18 commits into from
Jun 30, 2023
6 changes: 6 additions & 0 deletions doc/source/data/api/from_other_data_libs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,9 @@ For PyArrow Users
- :meth:`ds.groupby() <ray.data.Dataset.groupby>`
* - pa.Table.sort_by()
- :meth:`ds.sort() <ray.data.Dataset.sort>`


For PyTorch Dataset & DataLoader Users
--------------------------------------

For more details, see the :ref:`Migrating from PyTorch to Ray Data <migrate_pytorch>`.
2 changes: 2 additions & 0 deletions doc/source/data/user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ show you how achieve several tasks.
saving-data
working-with-text
working-with-tensors
working-with-pytorch
batch_inference
data-internals
performance-tips
Loading