Commit c47418f0 authored by Soumith Chintala's avatar Soumith Chintala Committed by GitHub
Browse files

add link to SVHN

parent befc2532
...@@ -50,6 +50,7 @@ The following dataset loaders are available: ...@@ -50,6 +50,7 @@ The following dataset loaders are available:
- `Imagenet-12 <#imagenet-12>`__ - `Imagenet-12 <#imagenet-12>`__
- `CIFAR10 and CIFAR100 <#cifar>`__ - `CIFAR10 and CIFAR100 <#cifar>`__
- `STL10 <#stl10>`__ - `STL10 <#stl10>`__
- `SVHN <#svhn>`__
Datasets have the API: - ``__getitem__`` - ``__len__`` They all subclass Datasets have the API: - ``__getitem__`` - ``__len__`` They all subclass
from ``torch.utils.data.Dataset`` Hence, they can all be multi-threaded from ``torch.utils.data.Dataset`` Hence, they can all be multi-threaded
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment