Open amitabhama opened 4 years ago
My python version is Python 3.6.2
I have the same problem, have you solved it? Could you tell me how to deal with it? Thanks a lot!
I have the same problem
I have the same problem
Hi all, trying to test pose detection with Colab, getting same error: import resample2d_cuda ModuleNotFoundError: No module named 'resample2d_cuda'
any clue?
Dear author: My CUDA Version is 9.0.176, cudnn=7.3.1 torch=0.4.0, torchvision=0.2.0 i run this code , there is the error:
ModuleNotFoundError: No module named 'resample2d_cuda' i try to run 'python3 setup.py build and python3 setup install ' , but there is another error: command '/usr/local/cuda/bin/nvcc' failed with exit status 1 please tell me how to solve this problem, thank you !!!!!!