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
f2f490b1
Unverified
Commit
f2f490b1
authored
Feb 10, 2022
by
Nicolas Hug
Committed by
GitHub
Feb 10, 2022
Browse files
Keep prototype.datasets._api.find() private (#5401)
parent
bdfb7901
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/prototype/datasets/__init__.py
torchvision/prototype/datasets/__init__.py
+1
-1
No files found.
torchvision/prototype/datasets/__init__.py
View file @
f2f490b1
...
...
@@ -11,5 +11,5 @@ from . import decoder, utils
from
._home
import
home
# Load this last, since some parts depend on the above being loaded first
from
._api
import
register
,
list_datasets
,
info
,
load
,
find
# usort: skip
from
._api
import
register
,
list_datasets
,
info
,
load
# usort: skip
from
._folder
import
from_data_folder
,
from_image_folder
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