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

Add `MobileOne` #36

Closed james77777778 closed 9 months ago

james77777778 commented 9 months ago

Related to #2

codecov[bot] commented 9 months ago

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (e9cfd19) 88.58% compared to head (d51a8a5) 89.33%.

Files Patch % Lines
kimm/models/mobileone.py 93.33% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #36 +/- ## ========================================== + Coverage 88.58% 89.33% +0.75% ========================================== Files 31 33 +2 Lines 2899 3160 +261 ========================================== + Hits 2568 2823 +255 - Misses 331 337 +6 ``` | [Flag](https://app.codecov.io/gh/james77777778/keras-image-models/pull/36/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/36/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `89.33% <97.77%> (+0.75%)` | :arrow_up: | | [kimm-jax](https://app.codecov.io/gh/james77777778/keras-image-models/pull/36/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `88.44% <97.77%> (+0.83%)` | :arrow_up: | | [kimm-numpy](https://app.codecov.io/gh/james77777778/keras-image-models/pull/36/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `47.91% <74.07%> (+2.34%)` | :arrow_up: | | [kimm-tensorflow](https://app.codecov.io/gh/james77777778/keras-image-models/pull/36/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `88.89% <97.77%> (+0.79%)` | :arrow_up: | | [kimm-torch](https://app.codecov.io/gh/james77777778/keras-image-models/pull/36/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `88.44% <97.77%> (+0.83%)` | :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.