Skip to content

✨ Add ChannelLayerNorm, Conflictual Loss, AUGRC & improve code quality #111

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

Merged
merged 29 commits into from
Sep 4, 2024

Conversation

alafage
Copy link
Contributor

@alafage alafage commented Sep 4, 2024

No description provided.

Copy link

codecov bot commented Sep 4, 2024

Codecov Report

Attention: Patch coverage is 96.43836% with 13 lines in your changes missing coverage. Please review.

Project coverage is 98.88%. Comparing base (9ffec86) to head (d47f0f3).
Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
...ncertainty/metrics/classification/risk_coverage.py 91.66% 1 Missing and 2 partials ⚠️
..._uncertainty/datamodules/classification/cifar10.py 33.33% 1 Missing and 1 partial ⚠️
...uncertainty/datamodules/classification/cifar100.py 33.33% 1 Missing and 1 partial ⚠️
...uncertainty/datamodules/classification/imagenet.py 33.33% 1 Missing and 1 partial ⚠️
...ch_uncertainty/datamodules/classification/mnist.py 33.33% 1 Missing and 1 partial ⚠️
...tainty/datamodules/classification/tiny_imagenet.py 33.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #111      +/-   ##
==========================================
+ Coverage   98.73%   98.88%   +0.14%     
==========================================
  Files         132      132              
  Lines        6267     6273       +6     
  Branches      856      857       +1     
==========================================
+ Hits         6188     6203      +15     
+ Misses         33       27       -6     
+ Partials       46       43       -3     
Flag Coverage Δ
cpu 98.88% <96.43%> (+0.14%) ⬆️
pytest 98.88% <96.43%> (+0.14%) ⬆️

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.

@o-laurent o-laurent changed the title Dev Add ChannelLayerNorm, AUGRC & improve code quality Sep 4, 2024
@o-laurent o-laurent changed the title Add ChannelLayerNorm, AUGRC & improve code quality ✨ Add ChannelLayerNorm, AUGRC & improve code quality Sep 4, 2024
@o-laurent o-laurent linked an issue Sep 4, 2024 that may be closed by this pull request
@o-laurent o-laurent changed the title ✨ Add ChannelLayerNorm, AUGRC & improve code quality ✨ Add ChannelLayerNorm, Conflictual Loss, AUGRC & improve code quality Sep 4, 2024
@o-laurent o-laurent self-requested a review September 4, 2024 11:03
@o-laurent o-laurent added bug Something isn't working enhancement New feature or request labels Sep 4, 2024
@o-laurent o-laurent marked this pull request as ready for review September 4, 2024 12:42
Copy link
Contributor

@o-laurent o-laurent left a comment

Choose a reason for hiding this comment

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

Small nitpicks

@o-laurent o-laurent merged commit 8dc7b3f into main Sep 4, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inquery about the dimension of input and output
2 participants