Skip to content

feat: train models using batch normalization#580

Merged
KRiedmiller merged 2 commits into
mainfrom
fix/model_training
Jun 19, 2026
Merged

feat: train models using batch normalization#580
KRiedmiller merged 2 commits into
mainfrom
fix/model_training

Conversation

@KRiedmiller

Copy link
Copy Markdown
Member

Fixes #577

@KRiedmiller KRiedmiller changed the title Feat: train models using batch normalization feat: train models using batch normalization Jun 19, 2026
@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 89.81%. Comparing base (3de2117) to head (912433a).
⚠️ Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
panseg/functionals/prediction/utils/size_finder.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #580      +/-   ##
==========================================
- Coverage   89.93%   89.81%   -0.12%     
==========================================
  Files         105      108       +3     
  Lines       10990    11149     +159     
==========================================
+ Hits         9884    10014     +130     
- Misses       1106     1135      +29     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@KRiedmiller KRiedmiller merged commit bce8fbd into main Jun 19, 2026
4 of 6 checks passed
@KRiedmiller KRiedmiller deleted the fix/model_training branch June 19, 2026 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Train with batch normalization instead of group norm

1 participant