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

🎨 On the road to 0.3.0: Adding shift evaluation & more #117

Merged
merged 73 commits into from
Oct 22, 2024
Merged

Conversation

alafage
Copy link
Contributor

@alafage alafage commented Oct 22, 2024

  • ✨ Add evaluation of the metrics on a shifted dataset using the new --eval_shift argument
  • ✨ Add a corrupted dataset wrapper
  • ✨ Add new Packed layers
  • ✨ Add the focal loss
  • 👕 Plot segmentation results in the SegmentationRoutine logger.
  • 👕 Rework reliability diagrams for Calibration Error plot utils.
  • ➖ Make some dependencies optional
  • 🐛 Fix corruption transforms

@alafage alafage marked this pull request as ready for review October 22, 2024 13:02
@@ -0,0 +1,105 @@
from copy import deepcopy
Copy link
Contributor

Choose a reason for hiding this comment

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

There are no tests for this right now, I'll make them in post0

@o-laurent o-laurent changed the title 🎨 On the road to 0.3.0 🎨 On the road to 0.3.0: Adding shift evaluation & more Oct 22, 2024
@o-laurent o-laurent self-requested a review October 22, 2024 13:43
@o-laurent o-laurent merged commit e0b7a54 into main Oct 22, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

👕 Add segmentation output plots 👕 Improve the calibration plots
2 participants