Skip to content

Added support for VisionDataset #838

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

Merged
merged 1 commit into from
Apr 12, 2019
Merged

Conversation

pmeier
Copy link
Collaborator

@pmeier pmeier commented Apr 6, 2019

This adds support for the 'new' VisionDataset superclass for datasets which were added after the original PR #749.

@codecov-io
Copy link

codecov-io commented Apr 6, 2019

Codecov Report

Merging #838 into master will increase coverage by 0.54%.
The diff coverage is 54.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #838      +/-   ##
==========================================
+ Coverage   53.92%   54.47%   +0.54%     
==========================================
  Files          36       36              
  Lines        3347     3306      -41     
  Branches      549      543       -6     
==========================================
- Hits         1805     1801       -4     
+ Misses       1409     1372      -37     
  Partials      133      133
Impacted Files Coverage Δ
torchvision/datasets/imagenet.py 22.68% <50%> (+1.47%) ⬆️
torchvision/datasets/celeba.py 16.09% <50%> (+1.35%) ⬆️
torchvision/datasets/sbd.py 31.66% <50%> (+0.08%) ⬆️
torchvision/datasets/caltech.py 19% <62.5%> (-2.14%) ⬇️
torchvision/transforms/transforms.py 83.52% <0%> (+0.67%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2686e1a...7e24527. Read the comment docs.

Copy link
Member

@fmassa fmassa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks!

@fmassa fmassa merged commit bbaa1b0 into pytorch:master Apr 12, 2019
@pmeier pmeier deleted the refactor_datasets branch July 3, 2019 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants