-
Notifications
You must be signed in to change notification settings - Fork 7.1k
properly deprecate legacy implementation -- bis #5391
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
Conversation
💊 CI failures summary and remediationsAs of commit a9b8bf2 (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
🚧 1 ongoing upstream failure:These were probably caused by upstream breakages that are not fixed yet.
This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
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 @NicolasHug! LGTM when CI is green.
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 @NicolasHug!
torchvision/datasets/voc.py
Outdated
@@ -80,7 +80,8 @@ def __init__( | |||
if year == "2007-test": | |||
if image_set == "test": | |||
warnings.warn( | |||
"Acessing the test image set of the year 2007 with year='2007-test' is deprecated. " | |||
"Acessing the test image set of the year 2007 with year='2007-test' is deprecated " |
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.
Typo here: Accessing
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 |
* More deprecations * update message * typo
Summary: * More deprecations * update message * typo Reviewed By: NicolasHug Differential Revision: D34140245 fbshipit-source-id: 00c50eb58e9d5f70614bc971c2ede41a66ccbbf0
Some more deprecations that I forgot in #5387