james77777778 / keras-image-models

A library that includes Keras3 layers, blocks and models with pretrained weights, providing support for transfer learning, feature extraction, and more.
Apache License 2.0
40 stars 1 forks source link

Refactor model definition #42

Closed james77777778 closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 94.34%. Comparing base (195a622) to head (5a4307a).

Files Patch % Lines
kimm/models/ghostnet.py 94.11% 2 Missing :warning:
kimm/models/mobilenet_v3.py 97.43% 2 Missing :warning:
kimm/models/convnext.py 98.64% 1 Missing :warning:
kimm/models/efficientnet.py 99.69% 1 Missing :warning:
kimm/models/inception_next.py 96.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #42 +/- ## ========================================== + Coverage 89.01% 94.34% +5.33% ========================================== Files 35 36 +1 Lines 3405 4017 +612 ========================================== + Hits 3031 3790 +759 + Misses 374 227 -147 ``` | [Flag](https://app.codecov.io/gh/james77777778/keras-image-models/pull/42/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | Coverage Δ | | |---|---|---| | [kimm](https://app.codecov.io/gh/james77777778/keras-image-models/pull/42/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `94.34% <99.33%> (+5.33%)` | :arrow_up: | | [kimm-jax](https://app.codecov.io/gh/james77777778/keras-image-models/pull/42/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `93.65% <99.33%> (+5.45%)` | :arrow_up: | | [kimm-numpy](https://app.codecov.io/gh/james77777778/keras-image-models/pull/42/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `58.27% <95.93%> (+11.40%)` | :arrow_up: | | [kimm-tensorflow](https://app.codecov.io/gh/james77777778/keras-image-models/pull/42/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `94.00% <99.33%> (+5.39%)` | :arrow_up: | | [kimm-torch](https://app.codecov.io/gh/james77777778/keras-image-models/pull/42/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `93.65% <99.33%> (+5.45%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.