frankkramer-lab / aucmedi

a framework for Automated Classification of Medical Images
https://frankkramer-lab.github.io/aucmedi/
GNU General Public License v3.0
38 stars 12 forks source link

Add ConvNeXt #182

Closed muellerdo closed 1 year ago

muellerdo commented 1 year ago

Closes #101

codecov[bot] commented 1 year ago

Codecov Report

Merging #182 (34dc3ca) into development (e867b34) will increase coverage by 0.00%. The diff coverage is 96.42%.

@@              Coverage Diff              @@
##           development     #182    +/-   ##
=============================================
  Coverage        96.07%   96.07%            
=============================================
  Files              164      168     +4     
  Lines             6823     6935   +112     
=============================================
+ Hits              6555     6663   +108     
- Misses             268      272     +4     
Flag Coverage Δ
unittests 96.07% <96.42%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
tests/test_architectures_image.py 90.67% <91.66%> (+0.11%) :arrow_up:
...edi/neural_network/architectures/image/__init__.py 100.00% <100.00%> (ø)
...eural_network/architectures/image/convnext_base.py 100.00% <100.00%> (ø)
...ural_network/architectures/image/convnext_large.py 100.00% <100.00%> (ø)
...ural_network/architectures/image/convnext_small.py 100.00% <100.00%> (ø)
...eural_network/architectures/image/convnext_tiny.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

muellerdo commented 1 year ago

Merging to dev under the pre-condition to update the build requirements of the dev branch