undefined symbol: __cudaPopCallConfiguration
HN123-123 opened this issue · 0 comments
When i try to pretrain VG detection i got the error of
“Traceback (most recent call last):
File "models/train_detector.py", line 8, in
from lib.object_detector import ObjectDetector
File "/xx/Pytorch/Scene-Graph/neural-motifs/lib/object_detector.py", line 11, in
from lib.fpn.nms.functions.nms import apply_nms
File "/xx/Pytorch/Scene-Graph/neural-motifs/lib/fpn/nms/functions/nms.py", line 4, in
from .._ext import nms
File "/xx/Pytorch/Scene-Graph/neural-motifs/lib/fpn/nms/_ext/nms/init.py", line 3, in
from ._nms import lib as _lib, ffi as _ffi
ImportError: /xx/Pytorch/Scene-Graph/neural-motifs/lib/fpn/nms/_ext/nms/_nms.so: undefined symbol: __cudaPopCallConfiguration”
And I use the pytorch0.3.0+cuda9.0, detial as follow:
"nvcc --version -> 9.0
torch.version -> 0.3.0
torch.version.cuda -> 9.0"
How can I fix it????