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

[Fix]Fix pt version for merge stage test #2449

Merged
merged 14 commits into from
Dec 31, 2022

Conversation

MeowZheng
Copy link
Collaborator

Motivation

The conflict is caused by:
The user requested torch==1.12.1+cpu
torchvision 0.13.0+cpu depends on torch==1.12.0

Modification

modify the torch==1.12.0+cpu

@codecov
Copy link

codecov bot commented Dec 30, 2022

Codecov Report

Base: 83.33% // Head: 83.57% // Increases project coverage by +0.23% 🎉

Coverage data is based on head (1432bcc) compared to base (534b27b).
Patch coverage: 90.67% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           dev-1.x    #2449      +/-   ##
===========================================
+ Coverage    83.33%   83.57%   +0.23%     
===========================================
  Files          143      144       +1     
  Lines         8127     8238     +111     
  Branches      1211     1226      +15     
===========================================
+ Hits          6773     6885     +112     
+ Misses        1165     1160       -5     
- Partials       189      193       +4     
Flag Coverage Δ
unittests 83.57% <90.67%> (+0.23%) ⬆️

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

Impacted Files Coverage Δ
mmseg/models/decode_heads/mask2former_head.py 89.83% <50.00%> (+0.17%) ⬆️
mmseg/models/decode_heads/maskformer_head.py 93.84% <50.00%> (+0.09%) ⬆️
mmseg/datasets/transforms/transforms.py 95.23% <88.31%> (-1.20%) ⬇️
mmseg/datasets/__init__.py 100.00% <100.00%> (ø)
mmseg/datasets/transforms/__init__.py 100.00% <100.00%> (ø)
mmseg/models/segmentors/__init__.py 100.00% <100.00%> (ø)
mmseg/models/segmentors/base.py 90.14% <100.00%> (+2.26%) ⬆️
mmseg/models/segmentors/seg_tta.py 100.00% <100.00%> (ø)
mmseg/models/backbones/timm_backbone.py 83.33% <0.00%> (+37.50%) ⬆️

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.

@MeowZheng MeowZheng merged commit e727e92 into open-mmlab:dev-1.x Dec 31, 2022
@MeowZheng MeowZheng deleted the fix-merge-ci branch December 31, 2022 09:38
@MeowZheng MeowZheng restored the fix-merge-ci branch December 31, 2022 09:41
wjkim81 pushed a commit to wjkim81/mmsegmentation that referenced this pull request Dec 3, 2023
nahidnazifi87 pushed a commit to nahidnazifi87/mmsegmentation_playground that referenced this pull request Apr 5, 2024
## Motivation

The conflict is caused by:
    The user requested torch==1.12.1+cpu
    torchvision 0.13.0+cpu depends on torch==1.12.0

## Modification

modify the torch==1.12.0+cpu
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.

None yet

2 participants