You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm using UBUNTU20.04, anaconda, python 3.6.9, Torch==1.4.0, torchvision==0.4.0, CUDA_version=10.1.
After strictly following the installation instruction, I failed to import 'sampling_cuda'.
To avoid relative/absolute import mess, I directly cd to sampling/ and ran ./sampling.py while ended up getting the same error.
The same error occurred again on another machine that uses Ubuntu18.04 and vanilla python env (i.e. no conda).
Could you help me out of this?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @acheng1115 ,
I have solved it by re-installing CUDA and reboot. Not sure which action actually resolves the issue. One possible reason why I got the 'no module named sampling_cuda' problem is that I use 'python setup.py build' instead of 'python setup.py install'. If you are still stuck after all the above procedures, maybe try to remove everything and start over again.
Hi!
I'm using UBUNTU20.04, anaconda, python 3.6.9, Torch==1.4.0, torchvision==0.4.0, CUDA_version=10.1.
After strictly following the installation instruction, I failed to import 'sampling_cuda'.
To avoid relative/absolute import mess, I directly cd to sampling/ and ran ./sampling.py while ended up getting the same error.
The same error occurred again on another machine that uses Ubuntu18.04 and vanilla python env (i.e. no conda).
Could you help me out of this?
Thanks!
The text was updated successfully, but these errors were encountered: