-
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
PR: Add UCF101 dataset tests #2548
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2548 +/- ##
==========================================
+ Coverage 70.73% 71.32% +0.59%
==========================================
Files 94 94
Lines 8029 8029
Branches 1275 1275
==========================================
+ Hits 5679 5727 +48
+ Misses 1946 1897 -49
- Partials 404 405 +1
Continue to review full report at Codecov.
|
@fmassa, this one is ready for review! |
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 great, thanks a lot!
* Add fake data generator for UCF101 * Minor error correction * Reduce total number of categories * Fix naming * Increase length * Store in uint8 * Close fds * Add assertGreater * Add dimension tests * Use numel instead of size * Iterate over folds and splits
See #963