diff --git a/Home.md b/Home.md index dfa2112..1a41eb6 100644 --- a/Home.md +++ b/Home.md @@ -131,9 +131,8 @@ New to PyTorch? Don't know where to start? * [Modular Benchmarking Components](https://github.com/pytorch/pytorch/blob/master/torch/utils/benchmark/README.md) ### DataLoader -* [Implementing DataPipe](https://github.com/pytorch/pytorch/blob/master/torch/utils/data/datapipes/README.md) +* [DataPipe](https://github.com/pytorch/data#what-are-datapipes) * [DataPipe test requirements](https://github.com/pytorch/pytorch/wiki/DataPipes-testing-requirements) -* [DataPipe Typing System](https://github.com/pytorch/pytorch/blob/master/torch/utils/data/typing.ipynb) ## Workflow docs @@ -158,4 +157,4 @@ New to PyTorch? Don't know where to start? * [Breaking Changes from Variable and Tensor merge](Breaking-Changes-from-Variable-and-Tensor-merge) (from 0.4 release) * [Tensor API changes for Caffe2 developers](Tensor-API-changes-for-Caffe2-developers) (from 1.0 release, plus some stuff on master) -* [Autograd and Fork](Autograd-and-Fork) \ No newline at end of file +* [Autograd and Fork](Autograd-and-Fork)