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 a42f9d9 commit 3ce7dedCopy full SHA for 3ce7ded
torchvision/datasets/cifar.py
@@ -18,7 +18,7 @@ class CIFAR10(data.Dataset):
18
19
Args:
20
root (string): Root directory of dataset where directory
21
- ``cifar-10-batches-py`` exists.
+ ``cifar-10-batches-py`` exists or will be saved to if download is set to True.
22
train (bool, optional): If True, creates dataset from training set, otherwise
23
creates from test set.
24
transform (callable, optional): A function/transform that takes in an PIL image
0 commit comments