-
Notifications
You must be signed in to change notification settings - Fork 6.5k
[Docs] Clarify Train-side docs on Ray Data #53349
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Ricardo Decal <rdecal@anyscale.com>
Signed-off-by: Ricardo Decal <rdecal@anyscale.com>
Signed-off-by: Ricardo Decal <rdecal@anyscale.com>
@@ -197,7 +197,7 @@ def prepare_data_loader( | |||
move_to_device: bool = True, | |||
auto_transfer: bool = True, | |||
) -> torch.utils.data.DataLoader: | |||
"""Prepares :class:`~torch.utils.data.DataLoader` for distributed execution. | |||
"""Prepares PyTorch :class:`~torch.utils.data.DataLoader` for distributed execution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request has been automatically marked as stale because it has not had You can always ask for help on our discussion forum or Ray's public slack channel. If you'd like to keep this open, just leave any comment, and the stale label will be removed. |
Why are these changes needed?
Doing some work to clarify how to use Ray Data with Ray Train within the Train docs.
prepare_data_loader
abundantly clear that it is for Pytorch DataloadersRelated issue number
N/A
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.