Skip to content
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

Fix for ImageNet #1149

Merged
merged 1 commit into from
Jul 22, 2019
Merged

Fix for ImageNet #1149

merged 1 commit into from
Jul 22, 2019

Conversation

pmeier
Copy link
Collaborator

@pmeier pmeier commented Jul 22, 2019

fixes #1142

@codecov-io
Copy link

codecov-io commented Jul 22, 2019

Codecov Report

Merging #1149 into master will decrease coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1149      +/-   ##
==========================================
- Coverage   65.71%   65.65%   -0.07%     
==========================================
  Files          70       70              
  Lines        5512     5511       -1     
  Branches      851      849       -2     
==========================================
- Hits         3622     3618       -4     
- Misses       1631     1633       +2     
- Partials      259      260       +1
Impacted Files Coverage Δ
torchvision/datasets/imagenet.py 87.5% <100%> (-0.13%) ⬇️
torchvision/transforms/transforms.py 80.35% <0%> (-0.59%) ⬇️

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 c187c2b...d97b584. Read the comment docs.

@soumith soumith merged commit e893959 into pytorch:master Jul 22, 2019
@pmeier pmeier deleted the imagenet_fix branch July 23, 2019 06:07
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.

A small bug in ImageNet Dataset Implementation
3 participants