-
Notifications
You must be signed in to change notification settings - Fork 20
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 for Probabilistic Regression & Pixel Regression #125
base: dev
Are you sure you want to change the base?
Conversation
alafage
commented
Nov 28, 2024
•
edited
Loading
edited
- Rework Distribution Layers to be classifiers returning distribution parameters in a dictionary.
- Update RegressionRoutine
- Update PixelRegressionRoutine
- Update Tutorials
- Update API Reference
- Fix DistributionNLL (loss / metric)
- Update BTS baseline
- Add tutorial for simple probabilistic regression
- Update existing tests
- Write tests
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## dev #125 +/- ##
==========================================
- Coverage 99.21% 98.98% -0.24%
==========================================
Files 142 142
Lines 6792 6828 +36
Branches 849 855 +6
==========================================
+ Hits 6739 6759 +20
- Misses 24 34 +10
- Partials 29 35 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |