Skip to content

Commit

Permalink
Update changed links in documentation (pytorch#543)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#543

Fixes pytorch#540

Test Plan: Imported from OSS

Reviewed By: ejguan

Differential Revision: D37394420

Pulled By: NivekT

fbshipit-source-id: 6a29514885d64868956fa8c24cde958db1461b6b
  • Loading branch information
NivekT authored and facebook-github-bot committed Jun 24, 2022
1 parent 95c1a90 commit 75f31dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ Vision

Caltech 101
^^^^^^^^^^^^^^^^^^^^^^^^^^
The `Caltech 101 dataset <http://www.vision.caltech.edu/Image_Datasets/Caltech101/>`_ contains pictures of objects
The `Caltech 101 dataset <https://data.caltech.edu/records/20086>`_ contains pictures of objects
belonging to 101 categories. Here is the
`DataPipe implementation of Caltech 101 <https://github.com/pytorch/data/blob/main/examples/vision/caltech101.py>`_.

Caltech 256
^^^^^^^^^^^^^^^^^^^^^^^^^^
The `Caltech 256 dataset <http://www.vision.caltech.edu/Image_Datasets/Caltech256/>`_ contains 30607 images
The `Caltech 256 dataset <https://data.caltech.edu/records/20087>`_ contains 30607 images
from 256 categories. Here is the
`DataPipe implementation of Caltech 256 <https://github.com/pytorch/data/blob/main/examples/vision/caltech256.py>`_.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <torchexamples.html>`_.
You can find more DataPipe implementation examples for various research domains `on this page <examples.html>`_.


Implementing a Custom DataPipe
Expand Down

0 comments on commit 75f31dc

Please sign in to comment.