NVIDIA / vid2vid

Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
Other
8.57k stars 1.2k forks source link

ModuleNotFoundError: No module named 'resample2d_cuda' #136

Open amitabhama opened 4 years ago

amitabhama commented 4 years ago

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 !!!!!!

amitabhama commented 4 years ago

My python version is Python 3.6.2

sunshinewhy commented 4 years ago

I have the same problem, have you solved it? Could you tell me how to deal with it? Thanks a lot!

xiaomingguohe commented 4 years ago

I have the same problem

DDDlk commented 3 years ago

I have the same problem

smithee77 commented 3 years ago

Hi all, trying to test pose detection with Colab, getting same error: import resample2d_cuda ModuleNotFoundError: No module named 'resample2d_cuda'

any clue?

Joker-ycm commented 3 years ago

It seems like that inconsistent versions of torch lead to this problem, downgrade torch may help. See: Issue