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
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: