Commit 3ce7ded3 authored by Douglas H. Bradshaw's avatar Douglas H. Bradshaw Committed by Soumith Chintala
Browse files

Clarify that root specifies download target folder (#434)

parent a42f9d99
......@@ -18,7 +18,7 @@ class CIFAR10(data.Dataset):
Args:
root (string): Root directory of dataset where directory
``cifar-10-batches-py`` exists.
``cifar-10-batches-py`` exists or will be saved to if download is set to True.
train (bool, optional): If True, creates dataset from training set, otherwise
creates from test set.
transform (callable, optional): A function/transform that takes in an PIL image
......
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