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.
1 parent 3990952 commit 15f6a22Copy full SHA for 15f6a22
docs/source/datasets.rst
@@ -86,6 +86,8 @@ CIFAR
86
:members: __getitem__
87
:special-members:
88
89
+.. autoclass:: CIFAR100
90
+
91
STL10
92
~~~~~
93
torchvision/datasets/cifar.py
@@ -161,6 +161,10 @@ def download(self):
161
162
163
class CIFAR100(CIFAR10):
164
+ """`CIFAR100 <https://www.cs.toronto.edu/~kriz/cifar.html>`_ Dataset.
165
166
+ This is a subclass of the `CIFAR10` Dataset.
167
+ """
168
base_folder = 'cifar-100-python'
169
url = "https://www.cs.toronto.edu/~kriz/cifar-100-python.tar.gz"
170
filename = "cifar-100-python.tar.gz"
0 commit comments