You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix lint for SequentialReadingService and unify the API for process_reset_fn (meta-pytorch#983)
Summary:
This is the follow up for 807db8f
### Changes
- Fix lint
- Fix checkpoint result
- Add inline doc
- Unify the API for process_reset_fn and dispatch_process_reset_fn
After this PR, I will land a test case and tutorial for SequentialRS
Pull Request resolved: meta-pytorch#983
Reviewed By: NivekT
Differential Revision: D42979577
Pulled By: ejguan
fbshipit-source-id: 1cb601c20701cf44a1f7b3afe972a9436cdb9465
Copy file name to clipboardExpand all lines: docs/source/dataloader2.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ ReadingService
33
33
DistributedReadingService
34
34
MultiProcessingReadingService
35
35
PrototypeMultiProcessingReadingService
36
+
SequentialReadingService
36
37
37
38
Each ``ReadingServices`` would take the ``DataPipe`` graph and rewrite it to achieve a few features like dynamic sharding, sharing random seeds and snapshoting for multi-/distributed processes. For more detail about those features, please refer to `the documentation <reading_service.html>`_.
0 commit comments