-
Notifications
You must be signed in to change notification settings - Fork 153
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
Officially graduate ProtypeMPRS to MPRS #1009
Conversation
This pull request was exported from Phabricator. Differential Revision: D43245136 |
Summary: Pull Request resolved: pytorch#1009 Fixes: pytorch#932 - Convert all references from `ProtypeMPRS` to `MPRS` - Remove usage of `MPRS` Differential Revision: D43245136 fbshipit-source-id: eccfb9f31696a4f810a9f48dd5392e1802e0028a
6e24e08
to
f70b3ce
Compare
This pull request was exported from Phabricator. Differential Revision: D43245136 |
Needs to update colab after this PR has been landed. |
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.
Wooo! Gonna need a BC-breaking/feature announcement note for this one to inform users that the arguments have changed and the internals are different.
Also need to look closely at internal/external CIs.
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.
Awesome!!!
@@ -120,16 +119,6 @@ def test_dataloader2_reading_service(self) -> None: | |||
self.assertEqual(batch, expected_batch) | |||
expected_batch += 1 | |||
|
|||
def test_dataloader2_multi_process_reading_service(self) -> None: |
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.
do we have dataaloder 2 tests with new graduated MPRS? :)
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.
We do have all prototypeMPRS in test_dataloader2
. I just rename them from prototypeMPRS
to MPRS
in the test file.
Sounds good. Will add notes. |
Summary: Pull Request resolved: pytorch#1009 Fixes: pytorch#932 - Convert all references from `ProtypeMPRS` to `MPRS` - Remove usage of `MPRS` Reviewed By: wenleix, NivekT Differential Revision: D43245136 fbshipit-source-id: 2195a7aae64b8ded5483f5b37383a4fa2d94f13e
This pull request was exported from Phabricator. Differential Revision: D43245136 |
f70b3ce
to
9707a13
Compare
This pull request has been merged in 73d3aa9. |
Summary: X-link: pytorch/data#1009 Fixes: pytorch/data#932 - Convert all references from `ProtypeMPRS` to `MPRS` - Remove usage of `MPRS` Reviewed By: wenleix, NivekT Differential Revision: D43245136 fbshipit-source-id: 1fd67f0e9d55a984209b8e58edecdb6070d919cd
Summary:
Fixes: #932
ProtypeMPRS
toMPRS
MPRS
Differential Revision: D43245136
BC-breaking Note:
PrototypeMultiProcessingReadingService
replacesMultiProcessingReadingService
.0.5.0
MultiProcessingReadingService
previously took the following arguments:This PR
MultiProcessingReadingService
takes the followng arguments: