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
on Linux environments ./make.sh fails because you are using incompatible versions of torch and tourchvision.
This should get it rworking !pip install torch==1.4 torchvision==0.5
or !conda install torch==1.4 torchvision==0.5
Working Notebook can be found here colab demo
it clone https://github.com/CharlesShang/DCNv2
cd DCNv2
./make.sh
Gives error below:
compilation terminated.
error: command '/usr/local/cuda/bin/nvcc' failed with exit status 1
The text was updated successfully, but these errors were encountered: