Commit 6bfd4d76 authored by Uridah Sami Ahmed's avatar Uridah Sami Ahmed Committed by Soumith Chintala
Browse files

Update README.rst (#108)

is already downloaded* for CIFAR and STL10
parent 23e0d653
...@@ -154,7 +154,7 @@ CIFAR ...@@ -154,7 +154,7 @@ CIFAR
``cifar-10-batches-py`` ``cifar-10-batches-py``
- ``train`` : ``True`` = Training set, ``False`` = Test set - ``train`` : ``True`` = Training set, ``False`` = Test set
- ``download`` : ``True`` = downloads the dataset from the internet and - ``download`` : ``True`` = downloads the dataset from the internet and
puts it in root directory. If dataset already downloaded, does not do puts it in root directory. If dataset is already downloaded, does not do
anything. anything.
STL10 STL10
...@@ -166,7 +166,7 @@ STL10 ...@@ -166,7 +166,7 @@ STL10
- ``split`` : ``'train'`` = Training set, ``'test'`` = Test set, ``'unlabeled'`` = Unlabeled set, - ``split`` : ``'train'`` = Training set, ``'test'`` = Test set, ``'unlabeled'`` = Unlabeled set,
``'train+unlabeled'`` = Training + Unlabeled set (missing label marked as ``-1``) ``'train+unlabeled'`` = Training + Unlabeled set (missing label marked as ``-1``)
- ``download`` : ``True`` = downloads the dataset from the internet and - ``download`` : ``True`` = downloads the dataset from the internet and
puts it in root directory. If dataset already downloaded, does not do puts it in root directory. If dataset is already downloaded, does not do
anything. anything.
SVHN SVHN
......
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