-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Disable download for StanfordCars dataset #8309
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8309
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 7e2e132 with merge base 423a1b0 (): NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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.
looks good
download (bool, optional): If True, downloads the dataset from the internet and | ||
puts it in root directory. If dataset is already downloaded, it is not | ||
downloaded again.""" | ||
download (bool, optional): This parameter exists for backward compatibility but it does not |
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.
We could deprecate and remove but it would be disruptive for those who explicitly set download=False
already. So I'm tempted to keep it around forever.
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.
Two minor things, but nothing blocking. Thanks Nicolas!
The The bc job is irrelevant and linux unittests are passing, so this is good to go. Thanks both for the reviews! |
Reviewed By: vmoens Differential Revision: D55062805 fbshipit-source-id: 7fc8ee2b8aa238c4df057965de46b63ba8a531ae
URL has been broken for a long time, so we raise a proper error message pointing to #7545 (comment) now.
I couldn't test this change within our dataset test suite because the default mocks would hard-reset the
download
parameter to False. So hopefully this is an acceptable test: