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

RuntimeError: Not compiled with GPU support #67

Open
pvti opened this issue May 16, 2023 · 3 comments
Open

RuntimeError: Not compiled with GPU support #67

pvti opened this issue May 16, 2023 · 3 comments

Comments

@pvti
Copy link

pvti commented May 16, 2023

I tried both conda, pip with many combinations of torch (1.11+) and cuda (10.2, 11.3, 11.6) but have not managed to make it work.

@ChenSiyi1
Copy link

I tried both conda, pip with many combinations of torch (1.11+) and cuda (10.2, 11.3, 11.6) but have not managed to make it work.

Hi, I met the same problem, have you solved it?

@shekshaa
Copy link

I had a similar issue and solved it by adding the path to cuda to the environment variable CUDA_HOME before installation:

# first set the cuda path
export CUDA_HOME="/usr/local/cuda-X.X"

# install
python3 setup.py build develop

Note that X.X specifies the cuda version, e.g. cuda-11.3

@pvti
Copy link
Author

pvti commented Jul 26, 2023

For future reference, I found this repo: https://github.com/inspiros/tvdcn/tree/master is fantastic for deformable convolution.

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

3 participants