-
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
Ported places365 dataset's tests to the new test framework #3705
Ported places365 dataset's tests to the new test framework #3705
Conversation
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.
Hey @prabhat00155, thanks for the PR! A have a few minor comments below.
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 a lot @prabhat00155!
It seems that this PR breaks some of our stuff because there are still references on the removed function: vision/test/test_datasets_download.py Line 26 in 00c460a
vision/test/test_datasets_download.py Lines 223 to 226 in 00c460a
Confirmed with @pmeier, I'll revert the PR and fix this next week. |
…3705) Summary: * Ported places365 dataset's tests to the new test framework * Made some attributes private * Removed unnecessary compute_md5() * Added test_images_download_preexisting() Reviewed By: NicolasHug Differential Revision: D28169137 fbshipit-source-id: 845ea1e6b3efcafd0de69babf60683e555d23364 Co-authored-by: Philip Meier <github.pmeier@posteo.de>
Addresses #3531.