Add Development Doc for DataPipe

Erjia Guan
2021-08-27 17:32:41 -04:00
parent 449b2ba9aa
commit a906375d8d

@ -131,6 +131,7 @@ New to PyTorch? Don't know where to start?
* [Modular Benchmarking Components](https://github.com/pytorch/pytorch/blob/master/torch/utils/benchmark/README.md) * [Modular Benchmarking Components](https://github.com/pytorch/pytorch/blob/master/torch/utils/benchmark/README.md)
### DataLoader ### DataLoader
* [Implementing DataPipe](https://github.com/pytorch/pytorch/blob/master/torch/utils/data/datapipes/README.md)
* [DataPipe Typing System](https://github.com/pytorch/pytorch/blob/master/torch/utils/data/typing.ipynb) * [DataPipe Typing System](https://github.com/pytorch/pytorch/blob/master/torch/utils/data/typing.ipynb)
## Workflow docs ## Workflow docs