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

[Feature] add TinyViT for dev-1.x #1042

Merged
merged 12 commits into from
Dec 20, 2022
Merged

Conversation

tonysy
Copy link
Collaborator

@tonysy tonysy commented Sep 19, 2022

  1. checkpoints are stored at /mnt/petrelfs/share_data/zhangsongyang/mmclassification/checkpoints/tinyvit
  2. fix bugs in .dev_scripts/benchmark_regression/1-benchmark_valid.py
  3. model summary to be updated

@codecov
Copy link

codecov bot commented Sep 19, 2022

Codecov Report

Base: 0.02% // Head: 88.64% // Increases project coverage by +88.62% 🎉

Coverage data is based on head (838d3f9) compared to base (b8b31e9).
Patch has no changes to coverable lines.

❗ Current head 838d3f9 differs from pull request most recent head c87af12. Consider uploading reports for the commit c87af12 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##           dev-1.x    #1042       +/-   ##
============================================
+ Coverage     0.02%   88.64%   +88.62%     
============================================
  Files          121      152       +31     
  Lines         8217    12122     +3905     
  Branches      1368     1930      +562     
============================================
+ Hits             2    10746    +10744     
+ Misses        8215     1064     -7151     
- Partials         0      312      +312     
Flag Coverage Δ
unittests 88.64% <ø> (+88.62%) ⬆️

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

Impacted Files Coverage Δ
mmcls/datasets/transforms/compose.py
mmcls/models/utils/layer_scale.py 86.66% <0.00%> (ø)
mmcls/models/heads/efficientformer_head.py 93.10% <0.00%> (ø)
mmcls/models/backbones/hornet.py 82.05% <0.00%> (ø)
mmcls/apis/model.py 81.72% <0.00%> (ø)
mmcls/models/backbones/mobileone.py 94.47% <0.00%> (ø)
mmcls/models/retrievers/image2image.py 90.90% <0.00%> (ø)
mmcls/models/retrievers/base.py 100.00% <0.00%> (ø)
mmcls/models/classifiers/hugging_face.py 25.64% <0.00%> (ø)
mmcls/models/retrievers/__init__.py 100.00% <0.00%> (ø)
... and 143 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

mmcls/models/backbones/tinyvit.py Show resolved Hide resolved
mmcls/models/backbones/tinyvit.py Outdated Show resolved Hide resolved
mmcls/models/backbones/tinyvit.py Outdated Show resolved Hide resolved
mmcls/models/utils/attention.py Outdated Show resolved Hide resolved
@mzr1996 mzr1996 added the 1.0rc Functionalities for MMClassification 1.0rc label Sep 21, 2022
@tonysy tonysy requested a review from mzr1996 October 11, 2022 05:31
mmcls/models/backbones/tinyvit.py Outdated Show resolved Hide resolved
mmcls/models/backbones/tinyvit.py Outdated Show resolved Hide resolved
mmcls/models/backbones/tinyvit.py Outdated Show resolved Hide resolved
mmcls/models/backbones/tinyvit.py Outdated Show resolved Hide resolved
@tonysy tonysy force-pushed the dev-1.x-tinyvit branch 2 times, most recently from 5982af3 to a562ad4 Compare October 18, 2022 10:25
@tonysy tonysy requested a review from mzr1996 October 19, 2022 03:27
@mzr1996 mzr1996 merged commit 5547f4c into open-mmlab:dev-1.x Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0rc Functionalities for MMClassification 1.0rc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants