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

Update README.md

parent 293bfae3
...@@ -102,6 +102,7 @@ u'A mountain view with a plume of smoke in the background'] ...@@ -102,6 +102,7 @@ u'A mountain view with a plume of smoke in the background']
### CIFAR ### CIFAR
`dset.CIFAR10(root, train=True, transform=None, target_transform=None, download=False)` `dset.CIFAR10(root, train=True, transform=None, target_transform=None, download=False)`
`dset.CIFAR100(root, train=True, transform=None, target_transform=None, download=False)` `dset.CIFAR100(root, train=True, transform=None, target_transform=None, download=False)`
- `root` : root directory of dataset where there is folder `cifar-10-batches-py` - `root` : root directory of dataset where there is folder `cifar-10-batches-py`
......
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