Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
79ee22da
Unverified
Commit
79ee22da
authored
Apr 18, 2021
by
t-rutten
Committed by
GitHub
Apr 18, 2021
Browse files
fix docs typo (#3683)
parent
dc42f933
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/datasets/fakedata.py
torchvision/datasets/fakedata.py
+1
-1
No files found.
torchvision/datasets/fakedata.py
View file @
79ee22da
...
@@ -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 dat
a
set. 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment