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