-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Conversation
Signed-off-by: amogkam <amogkamsetty@yahoo.com>
doc/requirements-doc.txt
Outdated
@@ -34,6 +34,7 @@ tensorflow; sys_platform != 'darwin' or platform_machine != 'arm64' | |||
tensorflow-macos; sys_platform == 'darwin' and platform_machine == 'arm64' | |||
tensorflow-datasets | |||
torch | |||
torchtext |
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.
Move to requirements_test.txt
. (Previous guidance was to use requirement-doc.txt
. Going forward, we want requirements-doc.txt
to be the minimum set of dependencies to build the documentation)
Signed-off-by: amogkam <amogkamsetty@yahoo.com>
Signed-off-by: amogkam <amogkamsetty@yahoo.com>
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.
LGTM except for the saving datasets section. If we can write to formats other than Parquet and NumPy, it's good as is. Otherwise, let's update it
Signed-off-by: amogkam <amogkamsetty@yahoo.com>
…-pytorch Signed-off-by: amogkam <amogkamsetty@yahoo.com>
Signed-off-by: amogkam <amogkamsetty@yahoo.com>
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.
stamp
Adds a guide for how PyTorch users can use Ray Data. This includes a migration guide from Torch Dataset/DataLoader to Ray Data. Closes ray-project#31418 --------- Signed-off-by: amogkam <amogkamsetty@yahoo.com> Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
Adds a guide for how PyTorch users can use Ray Data. This includes a migration guide from Torch Dataset/DataLoader to Ray Data. Closes #31418
Why are these changes needed?
Related issue number
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.