Add README to datapipes (#63982)
authorErjia Guan <erjia@fb.com>
Fri, 27 Aug 2021 21:15:23 +0000 (14:15 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 27 Aug 2021 21:17:08 +0000 (14:17 -0700)
commitbdde898d9c26edc7f9bc37164cf5480c450d5189
tree11266554d1278933467d1196a3dbe4f5dbe0b0a6
parent358c46f99eea23ec86e4358a5d4253e4059e962c
Add README to datapipes (#63982)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63982

Add a readme to `datapipes` for developer. This is can be a replacement of https://github.com/pytorch/pytorch/blob/master/torch/utils/data/datapipes_tutorial_dev_loaders.ipynb

After this PR is landed, the README.md will be added to PyTorch Wiki

Test Plan: Imported from OSS

Reviewed By: soulitzer

Differential Revision: D30554198

Pulled By: ejguan

fbshipit-source-id: 6091aae8ef915c7c1f00fbf45619c86c9558d308
torch/utils/data/datapipes/README.md [new file with mode: 0644]
torch/utils/data/datapipes_tutorial_dev_loaders.ipynb [deleted file]