Skip to content
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

ImportError: /home/noa/frustum-convnet-master/ops/query_depth_point/query_depth_point_cuda.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationERKSs #40

Open
NoaHimesaka opened this issue Sep 2, 2020 · 1 comment

Comments

@NoaHimesaka
Copy link

when I runing "python train/train_net_det.py --cfg cfgs/det_sample.yaml OUTPUT_DIR output/car_train" this command
I've got a problem
ImportError: /home/noa/frustum-convnet-master/ops/query_depth_point/query_depth_point_cuda.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationERKSs

My condition:
pytorch == 1.0.1
torchvision==0.2.2
CUDA=10.0
CUDNN=7.6.5

is this question caused by my version of CUDA?

@BPMJG
Copy link

BPMJG commented Sep 30, 2020

Hello,I've had problems like yours,and the reason was finally found that the version of torch.Maybe you can try run it in this condition:
CUDA=10.0
pytorch == 1.3.1
tensorflow==1.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants