Gorilla-Lab-SCUT/frustum-convnet

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

NoaHimesaka opened this issue · 1 comments

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 commented

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