Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in executing sh make.sh #3

Open
arvindchandel opened this issue Sep 28, 2020 · 1 comment
Open

Error in executing sh make.sh #3

arvindchandel opened this issue Sep 28, 2020 · 1 comment

Comments

@arvindchandel
Copy link

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

@Forchapeatl
Copy link

Forchapeatl commented Dec 11, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants