mmrazor
mmrazor copied to clipboard
[Bug]mmrazor requires mmcv>=2.0, but mmcls needs to install mmcv>=1.4.2, <=1.9.0.
I downloaded mmcv >=2.0 according to the installation steps of mmrazor. However, when running the script, I found that mmcls will be used, and the requirements of mmcls for mmcv are >=1.4.2, <=1.9.0. How can I solve this problem?
#602 Says using mmcls==1.0.0rc6, which works fine for me