diff --git a/docs/source/examples.rst b/docs/source/examples.rst index 5385f4c0d..2493fab78 100644 --- a/docs/source/examples.rst +++ b/docs/source/examples.rst @@ -56,13 +56,13 @@ Vision Caltech 101 ^^^^^^^^^^^^^^^^^^^^^^^^^^ -The `Caltech 101 dataset `_ contains pictures of objects +The `Caltech 101 dataset `_ contains pictures of objects belonging to 101 categories. Here is the `DataPipe implementation of Caltech 101 `_. Caltech 256 ^^^^^^^^^^^^^^^^^^^^^^^^^^ -The `Caltech 256 dataset `_ contains 30607 images +The `Caltech 256 dataset `_ contains 30607 images from 256 categories. Here is the `DataPipe implementation of Caltech 256 `_. diff --git a/docs/source/tutorial.rst b/docs/source/tutorial.rst index e049aa0d2..41ac55e9e 100644 --- a/docs/source/tutorial.rst +++ b/docs/source/tutorial.rst @@ -171,7 +171,7 @@ Note: operations such as decoding, in order to avoid repeating these expensive operations across worker/distributed processes. -You can find more DataPipe implementation examples for various research domains `on this page `_. +You can find more DataPipe implementation examples for various research domains `on this page `_. Implementing a Custom DataPipe