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

Commits on Oct 25, 2022

  1. Add distributed reading service dataloader2 train loop (pytorch#863)

    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
    dahsh authored and facebook-github-bot committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    097cbe6 View commit details
    Browse the repository at this point in the history