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
6aa99ced
"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "b57f05c404d8e352a563bce4db9c339509b13491"
Unverified
Commit
6aa99ced
authored
Mar 04, 2020
by
Tongzhou Wang
Committed by
GitHub
Mar 04, 2020
Browse files
fix lsun docstring example (#1935)
parent
c3e2b018
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/datasets/lsun.py
torchvision/datasets/lsun.py
+1
-1
No files found.
torchvision/datasets/lsun.py
View file @
6aa99ced
...
...
@@ -67,7 +67,7 @@ class LSUN(VisionDataset):
Args:
root (string): Root directory for the database files.
classes (string or list): One of {'train', 'val', 'test'} or a list of
categories to load. e,g. ['bedroom_train', 'church_train'].
categories to load. e,g. ['bedroom_train', 'church_
outdoor_
train'].
transform (callable, optional): A function/transform that takes in an PIL image
and returns a transformed version. E.g, ``transforms.RandomCrop``
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