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

Refactor reparameterizable layers and add GhostNetV3 #47

Merged
merged 7 commits into from
May 29, 2024

Improve test coverage

79c44ff
Select commit
Loading
Failed to load commit list.
Merged

Refactor reparameterizable layers and add GhostNetV3 #47

Improve test coverage
79c44ff
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 29, 2024 in 1s

94.78% (+0.01%) compared to e2d31cc

View this Pull Request on Codecov

94.78% (+0.01%) compared to e2d31cc

Details

Codecov Report

Attention: Patch coverage is 98.92473% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 94.78%. Comparing base (e2d31cc) to head (79c44ff).

Files Patch % Lines
kimm/_src/utils/timm_utils.py 0.00% 2 Missing ⚠️
kimm/_src/layers/reparameterizable_conv2d.py 98.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
+ Coverage   94.77%   94.78%   +0.01%     
==========================================
  Files          39       39              
  Lines        4266     4295      +29     
==========================================
+ Hits         4043     4071      +28     
- Misses        223      224       +1     

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