Commit 15f6a225 authored by jvmancuso's avatar jvmancuso Committed by Alykhan Tejani
Browse files

Cifar100 added to docs (#318)

added CIFAR100 autoclass in docs
parent 3990952f
......@@ -86,6 +86,8 @@ CIFAR
:members: __getitem__
:special-members:
.. autoclass:: CIFAR100
STL10
~~~~~
......
......@@ -161,6 +161,10 @@ class CIFAR10(data.Dataset):
class CIFAR100(CIFAR10):
"""`CIFAR100 <https://www.cs.toronto.edu/~kriz/cifar.html>`_ Dataset.
This is a subclass of the `CIFAR10` Dataset.
"""
base_folder = 'cifar-100-python'
url = "https://www.cs.toronto.edu/~kriz/cifar-100-python.tar.gz"
filename = "cifar-100-python.tar.gz"
......
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