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

[Enhancement] Update the installation of MMCV #89

Merged
merged 5 commits into from
Feb 9, 2022

Conversation

MeowZheng
Copy link
Collaborator

Motivation

mmcv-full is only compiled on PyTorch 1.x.0 because the compatibility usually holds between 1.x.0 and 1.x.1. If your PyTorch version is 1.x.1, you can install mmcv-full compiled with PyTorch 1.x.0 and it usually works well.
Refer to open-mmlab/mmtracking#409

Modificatin

modify build.yml
modify install.md

@codecov
Copy link

codecov bot commented Feb 9, 2022

Codecov Report

Merging #89 (3b59c96) into master (0a9a724) will increase coverage by 0.20%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   67.74%   67.94%   +0.20%     
==========================================
  Files          86       86              
  Lines        4895     4895              
  Branches      705      705              
==========================================
+ Hits         3316     3326      +10     
+ Misses       1471     1461      -10     
  Partials      108      108              
Flag Coverage Δ
unittests 67.94% <ø> (+0.20%) ⬆️

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

Impacted Files Coverage Δ
mmflow/datasets/pipelines/transforms.py 79.16% <0.00%> (+1.66%) ⬆️

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 0a9a724...3b59c96. Read the comment docs.

@MeowZheng MeowZheng merged commit 62cc403 into open-mmlab:master Feb 9, 2022
@MeowZheng MeowZheng deleted the torch-version-mmcv branch February 9, 2022 13:06
MeowZheng added a commit that referenced this pull request Jul 15, 2022
* [Enhancement] Update the installation of MMCV

* revise unmatch torchvision

* del 1.8 pytorch check

* fix torch1.9-cpu check bug

* fix torch1.9-cpu check bug
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