-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conversation
alafage
commented
Dec 19, 2024
•
edited
Loading
edited
- Rework Probabilistic Regression
- Add Packed-Transformer layers
- Write documentation
- Write tests
- Update package metadata for release
…e codecov test analysis
`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
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
🐛 Fix small MUAD dataset URL
+improve coverage
df3fb52
to
f484403
Compare
There was a problem hiding this comment.
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)