Unverified Commit e9285370 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Put back disable_beta_transforms_warning and make it a noop (#7897)

parent ec881a09
...@@ -95,3 +95,9 @@ def get_video_backend(): ...@@ -95,3 +95,9 @@ def get_video_backend():
def _is_tracing(): def _is_tracing():
return torch._C._get_tracing_state() 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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment