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
e9285370
Unverified
Commit
e9285370
authored
Aug 29, 2023
by
Nicolas Hug
Committed by
GitHub
Aug 29, 2023
Browse files
Put back disable_beta_transforms_warning and make it a noop (#7897)
parent
ec881a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
torchvision/__init__.py
torchvision/__init__.py
+6
-0
No files found.
torchvision/__init__.py
View file @
e9285370
...
...
@@ -95,3 +95,9 @@ def get_video_backend():
def
_is_tracing
():
return
torch
.
_C
.
_get_tracing_state
()
def
disable_beta_transforms_warning
():
# Noop, only exists to avoid breaking existing code.
# See https://github.com/pytorch/vision/issues/7896
pass
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