-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
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
ModuleNotFoundError: No module named 'filterinterpolation_cuda' #41
Comments
Did you generate our PyTorch extensions: $ cd DAIN |
Hi Bao,
Good for the day and Thanks for your response!!
Yes, I did execute build.sh and executed successfully.
Again, I tried to execute build.sh after running clean.sh and it got
executed successfully.
Facing the below issue now:
undefined symbol: _ZN6caffe26detail37_typeMetaDataInstance_preallocated_32E
Just for your information, below are system requirements installed:
Ubuntu = 16.04.5 LTS
Python = 3.6.8
Anaconda3 = 4.7.12
Cuda = 9.0 and Cudnn = 7.0.5
PyTorch = 1.0.0
GCC = 5.4.0 and nvcc = 9.0 compilers
NVIDIA GPU = Quadro P2000
Your input is totally appreciable!!
Best regards,
Dilip Verma
…On Mon, Jan 27, 2020 at 2:05 AM Wenbo Bao ***@***.***> wrote:
Did you generate our PyTorch extensions:
$ cd DAIN
$ cd my_package
$ ./build.sh
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#41?email_source=notifications&email_token=ANUBMPZOV3ZE23LIGHERAOTQ72BVHA5CNFSM4KLVHX52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ6P7MY#issuecomment-578617267>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANUBMP7JATOJFUYQ3SDXL53Q72BVHANCNFSM4KLVHX5Q>
.
|
This may be your CUDA version is not compilable with your PyTorch version. then check your installed pytorch version supports the cuda or not? |
Has anyone find a proper solution for this. I am having this problem on colab despite installing the latest version of Pytorch with CUDA |
same here |
@AhabbscienceStudioPak @redabelca The latest version of pytorch and CUDA are not compatible with this code. The colab code has been adapted so it installs the right versions. Give it a try! |
Hi Bao,
Executed this command: CUDA_VISIBLE_DEVICES=0 python demo_MiddleBury.py
and getting this module not found error, it is present though.
I have covered all as mentioned and got stuck in this step.
Need help, Thanks!!
The text was updated successfully, but these errors were encountered: