ReDet icon indicating copy to clipboard operation
ReDet copied to clipboard

google colab with cuda11.1

Open navidasj96 opened this issue 3 years ago • 2 comments

hi and tnx for the code. is there any chances that your code run properly on google colab because i tried many ways and installed mmdetection manually and i changed all AT_CHECK to TORCH_CHECK but the main problem is the compile.sh file and the fact that its not possible to change env in colab even if we install anaconda and that cuda 11.1 is default cuda in colab and even when i change it to 10.1 the mmcv cant install so i think its sort of impossible to run your code but if anyone could get results on colab every help is appreciated.

navidasj96 avatar Mar 07 '22 05:03 navidasj96

I think the code could run on colab as long as you follow our INSTALL.md, such as (1) cuda 10.0 (2) torch==1.3.1 (3) mmcv==0.2.14 (4) gcc==4.9

csuhan avatar Mar 07 '22 16:03 csuhan

@navidasj96 @csuhan I am facing same issue is there anyway around it? I can not install mmcv-full on colab if downgrade cuda to 10.0. I installed mmcv then but again when i install mmdet it tries to install mmcv-full and so it fails again. I can install all other libs of exact versions like torch etc but mmcv does not work.

makramhamad avatar Dec 03 '22 16:12 makramhamad