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
I have searched related issues but cannot get the expected help. yes
I have read the FAQ documentation but cannot get the expected help. yes
I am running this function:
python tools/analysis_tools/count_parameters.py configs/selfsup/simclr/simclr_resnet50_8xb32-coslr-200e_ACID.py
unfortunately, I am stuck in an error of the version of mmcv as bellow :
Traceback (most recent call last):
File "tools/analysis_tools/count_parameters.py", line 6, in
from mmselfsup.models import build_algorithm
File "/home/shubbak/mmselfsup/mmselfsup/init.py", line 29, in
f'MMCV=={mmcv.version} is used but incompatible. '
AssertionError: MMCV==2.0.0rc3 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.1.0.
i think i am using old version but not sure , so how to solve this error ?
The text was updated successfully, but these errors were encountered:
can you please help, until now I don't know how I can find those parameters.
as I told you before my model was designed in the old version of myselfsup
Checklist
I am running this function:
python tools/analysis_tools/count_parameters.py configs/selfsup/simclr/simclr_resnet50_8xb32-coslr-200e_ACID.py
unfortunately, I am stuck in an error of the version of mmcv as bellow :
Traceback (most recent call last):
File "tools/analysis_tools/count_parameters.py", line 6, in
from mmselfsup.models import build_algorithm
File "/home/shubbak/mmselfsup/mmselfsup/init.py", line 29, in
f'MMCV=={mmcv.version} is used but incompatible. '
AssertionError: MMCV==2.0.0rc3 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.1.0.
i think i am using old version but not sure , so how to solve this error ?
The text was updated successfully, but these errors were encountered: