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

undefined symbol: __cudaPopCallConfiguration #103

Open
HN123-123 opened this issue May 21, 2021 · 0 comments
Open

undefined symbol: __cudaPopCallConfiguration #103

HN123-123 opened this issue May 21, 2021 · 0 comments

Comments

@HN123-123
Copy link

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????

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

1 participant