-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Put back disable_beta_transforms_warning and make it a noop #7897
Conversation
def disable_beta_transforms_warning(): | ||
# Noop, only exists to avoid breaking existing code. | ||
# See https://github.com/pytorch/vision/issues/7896 | ||
pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe in the future we'll want to raise a warning here to remove this eventually, but it's probably not worth it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Hey @NicolasHug! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
…7897) Summary: (Note: this ignores all push blocking failures!) Reviewed By: matteobettini Differential Revision: D48900409 fbshipit-source-id: 67646ec2775059971e8b499039ed03721c3abf47
Fix #7896