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

🎨 Rework Probabilistic Regression and add Packed-Transformer layers #126

Merged
merged 37 commits into from
Jan 6, 2025

Conversation

alafage
Copy link
Contributor

@alafage alafage commented Dec 19, 2024

  • Rework Probabilistic Regression
  • Add Packed-Transformer layers
  • Write documentation
  • Write tests
  • Update package metadata for release

o-laurent and others added 30 commits November 19, 2024 10:56
`network.children()` only iterates on immediate children.
`network.modules()` solves the issue
Update MUAD dataset
format and check using ruff
🔨 Rework for Probabilistic Regression & Pixel Regression
@o-laurent o-laurent self-requested a review December 19, 2024 13:14
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

Attention: Patch coverage is 98.77193% with 7 lines in your changes missing coverage. Please review.

Project coverage is 99.15%. Comparing base (c7d870d) to head (c16d53e).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
torch_uncertainty/layers/functional/packed.py 94.89% 3 Missing and 4 partials ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main     #126    +/-   ##
========================================
  Coverage   99.14%   99.15%            
========================================
  Files         142      143     +1     
  Lines        6817     7130   +313     
  Branches      858      910    +52     
========================================
+ Hits         6759     7070   +311     
  Misses         27       27            
- Partials       31       33     +2     
Flag Coverage Δ
cpu 99.15% <98.77%> (+<0.01%) ⬆️
pytest 99.15% <98.77%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alafage alafage force-pushed the dev branch 2 times, most recently from df3fb52 to f484403 Compare December 28, 2024 17:50
@alafage alafage added the enhancement New feature or request label Jan 6, 2025
@alafage alafage marked this pull request as ready for review January 6, 2025 14:35
Copy link
Contributor

Choose a reason for hiding this comment

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

That's well-tested! x)

@o-laurent o-laurent merged commit 3a021d2 into main Jan 6, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants