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

add Imagenette dataset #8139

Merged
merged 8 commits into from
Dec 4, 2023
Merged

add Imagenette dataset #8139

merged 8 commits into from
Dec 4, 2023

Conversation

pmeier
Copy link
Collaborator

@pmeier pmeier commented Dec 4, 2023

Closes #5892. Two non-goals:

  • The Imagenette dataset provides "noisy labels" to increase the difficulty. These were not requested in the issue, so I didn't add support for them.
  • The "Imagenette dataset family" also provides two similar datasets, but with increased difficulty: "Imagewoof" and "Imagewang". They follow the exact same structure and thus could be easily added by turning the current class into a base class and just parametrizing subclasses. However, again, these datasets were not requested, so I didn't add them.

Copy link

pytorch-bot bot commented Dec 4, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8139

Note: Links to docs will display an error until the docs builds have been completed.

❌ 4 New Failures, 3 Unrelated Failures

As of commit db83c6e with merge base 3feb502 (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@pmeier
Copy link
Collaborator Author

pmeier commented Dec 4, 2023

Lint CI failure is unrelated and fixed in #8140.

Copy link
Member

@NicolasHug NicolasHug left a comment

Choose a reason for hiding this comment

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

Thanks @pmeier , LGTM provided that the doc rendering is OK! Approving now to unblock

torchvision/datasets/__init__.py Show resolved Hide resolved
torchvision/datasets/imagenette.py Show resolved Hide resolved
@pmeier pmeier merged commit 30397d9 into main Dec 4, 2023
1 check passed
@pmeier pmeier deleted the imagenette branch December 4, 2023 10:53
facebook-github-bot pushed a commit that referenced this pull request Jan 16, 2024
Reviewed By: vmoens

Differential Revision: D52539017

fbshipit-source-id: 62673f278761fac090558cb297002c866cc693a1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Imagenet 10 or Imagenette
3 participants