NVIDIA / vid2vid

Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'resample2d_cuda'

amitabhama opened this issue · comments

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

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

commented

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?

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