Unverified Commit 79ee22da authored by t-rutten's avatar t-rutten Committed by GitHub
Browse files

fix docs typo (#3683)

parent dc42f933
...@@ -10,7 +10,7 @@ class FakeData(VisionDataset): ...@@ -10,7 +10,7 @@ class FakeData(VisionDataset):
Args: Args:
size (int, optional): Size of the dataset. Default: 1000 images size (int, optional): Size of the dataset. Default: 1000 images
image_size(tuple, optional): Size if the returned images. Default: (3, 224, 224) image_size(tuple, optional): Size if the returned images. Default: (3, 224, 224)
num_classes(int, optional): Number of classes in the datset. Default: 10 num_classes(int, optional): Number of classes in the dataset. Default: 10
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
......
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