We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Hi, I met the same problem, have you solved it?
Sorry, something went wrong.
I had a similar issue and solved it by adding the path to cuda to the environment variable CUDA_HOME before installation:
CUDA_HOME
# 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
For future reference, I found this repo: https://github.com/inspiros/tvdcn/tree/master is fantastic for deformable convolution.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: