You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: