Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add InceptionNeXt and MobileViTV2 and change naming of MobileNet*V2 and MobileNet*V3 #30

Merged
merged 8 commits into from
Jan 26, 2024

Conversation

james77777778
Copy link
Owner

@james77777778 james77777778 commented Jan 26, 2024

Related to #2

Change naming:

  • MobileNet*V2 to MobileNetV2W*
  • MobileNet*V3 to MobileNetV3W*

W means width multiplier

@james77777778 james77777778 changed the title Add InceptionNeXt and MobileViTV2 and Change naming of MobileNet*V2 and MobileNet*V3 Add InceptionNeXt and MobileViTV2 and change naming of MobileNet*V2 and MobileNet*V3 Jan 26, 2024
Copy link

codecov bot commented Jan 26, 2024

Codecov Report

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

Comparison is base (1066b55) 88.05% compared to head (d9553e3) 87.88%.

Files Patch % Lines
kimm/models/mobilevit.py 90.74% 15 Missing ⚠️
kimm/models/inception_next.py 93.85% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
- Coverage   88.05%   87.88%   -0.18%     
==========================================
  Files          27       28       +1     
  Lines        2378     2650     +272     
==========================================
+ Hits         2094     2329     +235     
- Misses        284      321      +37     
Flag Coverage Δ
kimm 87.88% <92.61%> (-0.18%) ⬇️
kimm-jax 86.79% <92.61%> (+0.08%) ⬆️
kimm-numpy 86.52% <92.61%> (+0.11%) ⬆️
kimm-tensorflow 87.35% <89.93%> (-0.45%) ⬇️
kimm-torch 86.79% <92.61%> (+0.08%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@james77777778 james77777778 merged commit 219fe28 into main Jan 26, 2024
6 of 7 checks passed
@james77777778 james77777778 deleted the add-models branch January 26, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant