-
Notifications
You must be signed in to change notification settings - Fork 25
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
🚀 Update to Lightning 2.0, Add Segmentation, & Rework Regression #85
Conversation
- 🔨 Rework classification experiment folder - 🔨 Only one Classification routine for single and ensemble models
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #85 +/- ##
==========================================
+ Coverage 99.01% 99.02% +0.01%
==========================================
Files 84 107 +23
Lines 4445 5018 +573
Branches 571 679 +108
==========================================
+ Hits 4401 4969 +568
+ Misses 20 17 -3
- Partials 24 32 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Not that useful
⚡ Add Lightning 2.0 support and completely rework the CLI using lightning's config files
Regression
✨ Make RegressionRoutine fully functional and add proper probabilistic regression support
✨ Add distributions & improve probabilistic regression
Segmentation
✨ Add SegmentationRoutine
✨ Add Segformer Baseline & Models
✨ Add Camvid, Cityscapes & MUAD Datamodules
✨ Add mIoU
Depth Estimation
✨ Add Depth metrics
Others
✨ Improve result printing using TUTrainer
✨ Rework experiments
✨ Add Packed-Ensembles config files
✨ Add energy as OOD criterion
➖ Remove cli_test_helpers
🔧 Fix codecov
👕 Improve overall code quality
📖 Improve documentation
📚 Improve tutorials
Tasks for merging: