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] Change the upper version of mmcv to 1.5.0 #1096

Merged
merged 1 commit into from
Dec 1, 2021

Conversation

MengzhangLI
Copy link
Contributor

Related PR: open-mmlab/mmocr#628

MMCV released v1.4.0 lately so the downstream repos should modify their upper version of mmcv.

@codecov
Copy link

codecov bot commented Dec 1, 2021

Codecov Report

Merging #1096 (24b910d) into master (62346e2) will decrease coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1096      +/-   ##
==========================================
- Coverage   89.57%   89.51%   -0.07%     
==========================================
  Files         120      120              
  Lines        6717     6678      -39     
  Branches     1122     1122              
==========================================
- Hits         6017     5978      -39     
  Misses        496      496              
  Partials      204      204              
Flag Coverage Δ
unittests 89.51% <100.00%> (-0.07%) ⬇️

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

Impacted Files Coverage Δ
mmseg/__init__.py 90.32% <100.00%> (ø)
mmseg/models/segmentors/base.py 58.65% <0.00%> (-3.30%) ⬇️
mmseg/models/necks/fpn.py 54.54% <0.00%> (-0.59%) ⬇️
mmseg/models/decode_heads/cascade_decode_head.py 92.30% <0.00%> (-0.55%) ⬇️
mmseg/ops/encoding.py 91.66% <0.00%> (-0.44%) ⬇️
mmseg/models/losses/cross_entropy_loss.py 79.10% <0.00%> (-0.31%) ⬇️
mmseg/models/backbones/vit.py 89.44% <0.00%> (-0.26%) ⬇️
mmseg/models/backbones/resnest.py 83.72% <0.00%> (-0.25%) ⬇️
mmseg/datasets/cityscapes.py 85.00% <0.00%> (-0.19%) ⬇️
mmseg/models/decode_heads/decode_head.py 92.47% <0.00%> (-0.16%) ⬇️
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 90d0bd0...24b910d. Read the comment docs.

@Junjun2016 Junjun2016 merged commit 313189d into open-mmlab:master Dec 1, 2021
@MengzhangLI MengzhangLI deleted the change-to-1.5.0 branch February 1, 2022 03:18
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
* Do not recompile when guidance_scale changes.

* Remove debug for simplicity.

* make style

* Make guidance_scale an array.

* Make DEBUG a constant to avoid passing it down.

* Add comments for clarification.
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.

2 participants