Skip to content

Conversation

@pmeier
Copy link
Contributor

@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.
@pytorch-bot
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
Contributor 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

@pmeier pmeier merged commit 30397d9 into main Dec 4, 2023
@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