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 9235ee1 commit e347ef9Copy full SHA for e347ef9
torchvision/datasets/fakedata.py
@@ -11,7 +11,7 @@ class FakeData(VisionDataset):
11
12
Args:
13
size (int, optional): Size of the dataset. Default: 1000 images
14
- image_size(tuple, optional): Size if the returned images. Default: (3, 224, 224)
+ image_size(tuple, optional): Size of the returned images. Default: (3, 224, 224)
15
num_classes(int, optional): Number of classes in the dataset. Default: 10
16
transform (callable, optional): A function/transform that takes in a PIL image
17
and returns a transformed version. E.g, ``transforms.RandomCrop``
0 commit comments