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

MMSelfSup is incompatible with MMCV==2.1.0 [Bug] #774

Open
3 tasks done
tungts1101 opened this issue Dec 19, 2023 · 1 comment
Open
3 tasks done

MMSelfSup is incompatible with MMCV==2.1.0 [Bug] #774

tungts1101 opened this issue Dec 19, 2023 · 1 comment
Assignees
Labels
Bug Something isn't working

Comments

@tungts1101
Copy link

Branch

main branch (1.x version)

Prerequisite

Environment

System information: Ubuntu, GPU A100
Install pytorch with cuda support through conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia

Describe the bug

Following the documentation, the command print(mmselfsup.__version__) raises the error of incompatibility between MMSelfSup version 1.0.0 and MMCV version 2.1.0. I tried to lower the version of MMCV to 2.0.0rc4 but got another error in building the wheel for MMCV.

Reproduces the problem - code sample

No response

Reproduces the problem - command or script

No response

Reproduces the problem - error message

No response

Additional information

No response

@tungts1101 tungts1101 added the Bug Something isn't working label Dec 19, 2023
@JamesHoi
Copy link

JamesHoi commented Mar 3, 2024

I have same issue because my torch version is 2.2.1 and it works for me that downgrade version to 2.0.1 with cuda11.8.

environment:
cuda 11.8
torch 2.0.1
torchvision 0.15.2
mmcv 2.0.0
mmengine 0.10.3
mmcls 1.0.0rc6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants