Skip to content
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

Add distributed reading service dataloader2 train loop #863

Closed
wants to merge 1 commit into from

Conversation

dahsh
Copy link
Contributor

@dahsh dahsh commented Oct 25, 2022

Summary:

  • Add the uscase of DataLoader2 with the distributed reading service with the train loop. We plan to have
    the examples to showcase the advantages:
    (1) The usage of the DLv2 with popular open source dataset.
    (2) Integrate datasets/datapipes with different reading service.
    (3) Datapipe manipulation for example batch, collate, map.
    (4) Dist usage and examples with features such as sharding_filter for the sharding feature.
    (5) Eventually add those examples to the pytorch tutorials.

Reviewed By: ejguan

Differential Revision: D40320257

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Oct 25, 2022
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D40320257

Summary:
Pull Request resolved: pytorch#863

* Add the uscase of DataLoader2 with the distributed reading service with the train loop. We plan to have
 the examples to showcase the advantages:
(1) The usage of the DLv2 with popular open source dataset.
(2) Integrate datasets/datapipes with different reading service.
(3) Datapipe manipulation for example batch, collate, map.
(4) Dist usage and examples with features such as sharding_filter for the sharding feature.
(5) Eventually add those examples to the pytorch tutorials.

Reviewed By: ejguan

Differential Revision: D40320257

fbshipit-source-id: 44feda057c84f6b208a229522585c41121740963
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D40320257

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants