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

Improve `export.*` APIs #29

Closed james77777778 closed 10 months ago

james77777778 commented 10 months ago

Fix #27

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (4ccfee4) 88.49% compared to head (b522fe6) 88.05%.

Files Patch % Lines
kimm/export/export_onnx.py 10.00% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #29 +/- ## ========================================== - Coverage 88.49% 88.05% -0.44% ========================================== Files 26 27 +1 Lines 2399 2378 -21 ========================================== - Hits 2123 2094 -29 - Misses 276 284 +8 ``` | [Flag](https://app.codecov.io/gh/james77777778/keras-image-models/pull/29/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/29/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `88.05% <30.76%> (-0.44%)` | :arrow_down: | | [kimm-jax](https://app.codecov.io/gh/james77777778/keras-image-models/pull/29/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `86.71% <23.07%> (+0.75%)` | :arrow_up: | | [kimm-numpy](https://app.codecov.io/gh/james77777778/keras-image-models/pull/29/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `86.41% <23.07%> (+0.75%)` | :arrow_up: | | [kimm-tensorflow](https://app.codecov.io/gh/james77777778/keras-image-models/pull/29/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `87.80% <30.76%> (-0.45%)` | :arrow_down: | | [kimm-torch](https://app.codecov.io/gh/james77777778/keras-image-models/pull/29/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HongYu) | `86.71% <23.07%> (+0.75%)` | :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.