Commit 4c9c4074 authored by Tongzhou Wang's avatar Tongzhou Wang Committed by Francisco Massa
Browse files

remove extra space (#609)

parent e564f137
...@@ -21,7 +21,7 @@ class CIFAR10(data.Dataset): ...@@ -21,7 +21,7 @@ class CIFAR10(data.Dataset):
``cifar-10-batches-py`` exists or will be saved to if download is set to True. ``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 train (bool, optional): If True, creates dataset from training set, otherwise
creates from test set. creates from test set.
transform (callable, optional): A function/transform that takes in an PIL image transform (callable, optional): A function/transform that takes in an PIL image
and returns a transformed version. E.g, ``transforms.RandomCrop`` and returns a transformed version. E.g, ``transforms.RandomCrop``
target_transform (callable, optional): A function/transform that takes in the target_transform (callable, optional): A function/transform that takes in the
target and transforms it. target and transforms it.
......
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