-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Ported STL10 dataset's tests to new test framework #3665
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 STL10 dataset's tests to new test framework #3665
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. I have a few comments below. In general, we should make sure that we don't reduce coverage while porting dataset tests.
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.
Few nitpicks left, but otherwise LGTM! Thanks @prabhat00155.
Summary: * Ported STL10 dataset's tests to new test framework * Added additional tests * Removed unused import * Made private methods static and other minor changes Reviewed By: NicolasHug Differential Revision: D28169120 fbshipit-source-id: 76c76eea783984c624f853442455c1c2e6289877
Discussion: #3531