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

[CodeCamp2023-542]Add new configuration files for Swin #2649

Merged
merged 6 commits into from
Aug 24, 2023
Merged

[CodeCamp2023-542]Add new configuration files for Swin #2649

merged 6 commits into from
Aug 24, 2023

Conversation

ZhaoCake
Copy link
Contributor

Motivation

Add new configuration files for Swin

Remarks:

  • Has passed the config_ Validate. py inspection.
  • We have passed the pre commit test.
  • Four new configuration files have been trained and tested. In order to ensure normal training and save time, adjustments have been made to the dataset section, batchsize, and epoch of the configuration files during training.
  • Due to one of the configuration files using a mixed dataset of 710, it was not trained and tested, but it also passed the first two tests.
  • The training and testing logs are in the link of Baidu Netdisk:链接: https://pan.baidu.com/s/1zD2zkVTECVxAhOA-NmugZw?pwd=amfd 提取码: amfd
    --来自百度网盘超级会员v4的分享

@CLAassistant
Copy link

CLAassistant commented Aug 20, 2023

CLA assistant check
All committers have signed the CLA.

@ZhaoCake
Copy link
Contributor Author

Motivation

Add new configuration files for Swin

Remarks:

  • Has passed the config_ Validate. py inspection.
  • We have passed the pre commit test.
  • Four new configuration files have been trained and tested. In order to ensure normal training and save time, adjustments have been made to the dataset section, batchsize, and epoch of the configuration files during training.
  • Due to one of the configuration files using a mixed dataset of 710, it was not trained and tested, but it also passed the first two tests.
  • The training and testing logs are in the link of Baidu Netdisk:链接: https://pan.baidu.com/s/1zD2zkVTECVxAhOA-NmugZw?pwd=amfd 提取码: amfd
    --来自百度网盘超级会员v4的分享

I did not pass the lint check because the import file name in the configuration file large is too long, and I did not find a suitable method to correct it.

@cir7 cir7 self-requested a review August 23, 2023 06:45
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Patch coverage: 30.23% and project coverage change: -0.14% ⚠️

Comparison is base (c548788) 76.18% compared to head (fe9039f) 76.04%.
Report is 12 commits behind head on dev-1.x.

❗ Current head fe9039f differs from pull request most recent head 3750a85. Consider uploading reports for the commit 3750a85 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           dev-1.x    #2649      +/-   ##
===========================================
- Coverage    76.18%   76.04%   -0.14%     
===========================================
  Files          170      170              
  Lines        13792    13806      +14     
  Branches      2361     2365       +4     
===========================================
- Hits         10507    10499       -8     
- Misses        2718     2739      +21     
- Partials       567      568       +1     
Flag Coverage Δ
unittests 76.04% <30.23%> (-0.14%) ⬇️

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

Files Changed Coverage Δ
mmaction/apis/__init__.py 100.00% <ø> (ø)
mmaction/apis/inference.py 64.51% <14.70%> (-18.28%) ⬇️
mmaction/models/losses/hvu_loss.py 86.36% <50.00%> (+0.20%) ⬆️
mmaction/datasets/transforms/formatting.py 92.12% <100.00%> (-0.52%) ⬇️
mmaction/datasets/transforms/loading.py 81.73% <100.00%> (+0.40%) ⬆️
mmaction/models/heads/tpn_head.py 90.69% <100.00%> (+4.65%) ⬆️

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

@cir7 cir7 merged commit 07bf7fb into open-mmlab:dev-1.x Aug 24, 2023
13 of 16 checks passed
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.

4 participants