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