[DataPipe] Fix MapDataPipe spawn lambda test#85668
[DataPipe] Fix MapDataPipe spawn lambda test#85668NivekT wants to merge 4 commits intogh/nivekt/55/basefrom
Conversation
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/85668
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 1e65996: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
[ghstack-poisoned]
|
@NivekT has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
The test in its original form fails and I believe it is because the expected result is incorrect, unless we expect different behaviors between `IterDataPipe` and `MapDataPipe` in multiprocessing. Differential Revision: [D39832182](https://our.internmc.facebook.com/intern/diff/D39832182) [ghstack-poisoned]
|
@NivekT has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
The test in its original form fails and I believe it is because the expected result is incorrect, unless we expect different behaviors between `IterDataPipe` and `MapDataPipe` in multiprocessing. Differential Revision: [D39832182](https://our.internmc.facebook.com/intern/diff/D39832182) [ghstack-poisoned]
|
@NivekT has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@pytorchbot merge |
|
@pytorchbot successfully started a merge job. Check the current status here. |
The test in its original form fails and I believe it is because the expected result is incorrect, unless we expect different behaviors between `IterDataPipe` and `MapDataPipe` in multiprocessing. Differential Revision: [D39832182](https://our.internmc.facebook.com/intern/diff/D39832182) Pull Request resolved: pytorch#85668 Approved by: https://github.com/ejguan
The test in its original form fails and I believe it is because the expected result is incorrect, unless we expect different behaviors between `IterDataPipe` and `MapDataPipe` in multiprocessing. Differential Revision: [D39832182](https://our.internmc.facebook.com/intern/diff/D39832182) Pull Request resolved: #85668 Approved by: https://github.com/ejguan
Stack from ghstack:
traversefunction withtraverse_datapipes#85667The test in its original form fails and I believe it is because the expected result is incorrect, unless we expect different behaviors between
IterDataPipeandMapDataPipein multiprocessing.Differential Revision: D39832182