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
97b6b150
Unverified
Commit
97b6b150
authored
Apr 23, 2021
by
Prabhat Roy
Committed by
GitHub
Apr 23, 2021
Browse files
Fixed a couple of typos (#3715)
parent
d7ad62ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test/datasets_utils.py
test/datasets_utils.py
+1
-1
torchvision/datasets/places365.py
torchvision/datasets/places365.py
+1
-1
No files found.
test/datasets_utils.py
View file @
97b6b150
...
...
@@ -44,7 +44,7 @@ class UsageError(Exception):
class
LazyImporter
:
r
"""Lazy importer for additional depend
i
cies.
r
"""Lazy importer for additional depend
en
cies.
Some datasets require additional packages that are no direct dependencies of torchvision. Instances of this class
provide modules listed in MODULES as attributes. They are only imported when accessed.
...
...
torchvision/datasets/places365.py
View file @
97b6b150
...
...
@@ -13,7 +13,7 @@ class Places365(VisionDataset):
Args:
root (string): Root directory of the Places365 dataset.
split (string, optional): The dataset split. Can be one of ``train-standard`` (default), ``train-challen
d
ge``,
split (string, optional): The dataset split. Can be one of ``train-standard`` (default), ``train-challenge``,
``val``.
small (bool, optional): If ``True``, uses the small images, i. e. resized to 256 x 256 pixels, instead of the
high resolution ones.
...
...
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