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 APIs using `namex` #43

Closed james77777778 closed 6 months ago

james77777778 commented 6 months ago

Clean up public APIs by namex

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 94.39%. Comparing base (6309e06) to head (74aa450).

Files Patch % Lines
kimm/_src/kimm_export.py 70.83% 14 Missing :warning:
kimm/_src/version.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #43 +/- ## ========================================== + Coverage 94.34% 94.39% +0.04% ========================================== Files 36 39 +3 Lines 4017 4263 +246 ========================================== + Hits 3790 4024 +234 - Misses 227 239 +12 ``` | [Flag](https://app.codecov.io/gh/james77777778/keras-image-models/pull/43/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/43/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `94.39% <95.94%> (+0.04%)` | :arrow_up: | | [kimm-jax](https://app.codecov.io/gh/james77777778/keras-image-models/pull/43/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `93.73% <95.67%> (+0.08%)` | :arrow_up: | | [kimm-numpy](https://app.codecov.io/gh/james77777778/keras-image-models/pull/43/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `60.38% <88.64%> (+2.10%)` | :arrow_up: | | [kimm-tensorflow](https://app.codecov.io/gh/james77777778/keras-image-models/pull/43/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `94.06% <95.94%> (+0.06%)` | :arrow_up: | | [kimm-torch](https://app.codecov.io/gh/james77777778/keras-image-models/pull/43/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `93.73% <95.67%> (+0.08%)` | :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.