We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
loading_data_recipe
1 parent c2c64c7 commit 8dab2c5Copy full SHA for 8dab2c5
recipes_source/recipes/loading_data_recipe.py
@@ -14,9 +14,9 @@
14
`torch.utils.data.Dataset <https://pytorch.org/docs/stable/data.html#torch.utils.data.Dataset>`__.
15
These datasets are currently available in:
16
17
-* `torchvision <https://pytorch.org/docs/stable/torchvision/datasets.html>`__
18
-* `torchaudio <https://pytorch.org/audio/datasets.html>`__
19
-* `torchtext <https://pytorch.org/text/datasets.html>`__
+* `torchvision <https://pytorch.org/vision/stable/datasets.html>`__
+* `torchaudio <https://pytorch.org/audio/stable/datasets.html>`__
+* `torchtext <https://pytorch.org/text/stable/datasets.html>`__
20
21
with more to come.
22
Using the Yesno dataset from ``torchaudio.datasets.YESNO``, we will
0 commit comments