From 1086467c542d809a5caa53019918b95744813141 Mon Sep 17 00:00:00 2001 From: Erjia Guan <68879799+ejguan@users.noreply.github.com> Date: Mon, 5 Apr 2021 11:56:38 -0400 Subject: [PATCH] Add DataLoader and DataPipe typing system --- Home.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Home.md b/Home.md index 10d576e..98e2bb7 100644 --- a/Home.md +++ b/Home.md @@ -121,6 +121,9 @@ Welcome to the PyTorch developer's wiki! * [Benchmarking tool for the autograd AP](https://github.com/pytorch/pytorch/blob/master/benchmarks/functional_autograd_benchmark/README.md) * [Modular Benchmarking Components](https://github.com/pytorch/pytorch/blob/master/torch/utils/benchmark/README.md) +### DataLoader +* [DataPipe Typing System]() + ## Workflow docs * [Bot commands](Bot-commands)