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
Traceback (most recent call last):
File "tools/train_net_step_rel.py", line 31, in
from modeling_rel.model_builder_rel import Generalized_RCNN
File "/content/ContrastiveLosses4VRD/lib/modeling_rel/model_builder_rel.py", line 17, in
from model.roi_pooling.functions.roi_pool import RoIPoolFunction
File "/content/ContrastiveLosses4VRD/Detectron_pytorch/lib/model/roi_pooling/functions/roi_pool.py", line 3, in
from .._ext import roi_pooling
File "/content/ContrastiveLosses4VRD/Detectron_pytorch/lib/model/roi_pooling/_ext/roi_pooling/init.py", line 3, in
from ._roi_pooling import lib as _lib, ffi as _ffi
ImportError: /content/ContrastiveLosses4VRD/Detectron_pytorch/lib/model/roi_pooling/_ext/roi_pooling/_roi_pooling.so: undefined symbol: __cudaPopCallConfiguration
Could you help me figure out this error?
The text was updated successfully, but these errors were encountered:
This error usually arrives due to the mismath in the cuda version installed on the system and cuda version working in your environment.
You might have CUDA 10.0 configured on your system and you are using CUDA 9.x in your working environment
Traceback (most recent call last):
File "tools/train_net_step_rel.py", line 31, in
from modeling_rel.model_builder_rel import Generalized_RCNN
File "/content/ContrastiveLosses4VRD/lib/modeling_rel/model_builder_rel.py", line 17, in
from model.roi_pooling.functions.roi_pool import RoIPoolFunction
File "/content/ContrastiveLosses4VRD/Detectron_pytorch/lib/model/roi_pooling/functions/roi_pool.py", line 3, in
from .._ext import roi_pooling
File "/content/ContrastiveLosses4VRD/Detectron_pytorch/lib/model/roi_pooling/_ext/roi_pooling/init.py", line 3, in
from ._roi_pooling import lib as _lib, ffi as _ffi
ImportError: /content/ContrastiveLosses4VRD/Detectron_pytorch/lib/model/roi_pooling/_ext/roi_pooling/_roi_pooling.so: undefined symbol: __cudaPopCallConfiguration
Could you help me figure out this error?
The text was updated successfully, but these errors were encountered: