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 "multi_gpu_train.py", line 16, in
from libs.networks import build_whole_network
File "../libs/networks/build_whole_network.py", line 13, in
from libs.losses import losses
File "../libs/losses/losses.py", line 9, in
from libs.box_utils.iou_rotate import iou_rotate_calculate2
File "../libs/box_utils/iou_rotate.py", line 10, in
from libs.box_utils.rbbox_overlaps import rbbx_overlaps
ImportError: ../libs/box_utils/rbbox_overlaps.cpython-36m-x86_64-linux-gnu.so: undefined symbol: __cudaRegisterFatBinaryEnd
一直无法解决,请问有什么方法
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "multi_gpu_train.py", line 16, in
from libs.networks import build_whole_network
File "../libs/networks/build_whole_network.py", line 13, in
from libs.losses import losses
File "../libs/losses/losses.py", line 9, in
from libs.box_utils.iou_rotate import iou_rotate_calculate2
File "../libs/box_utils/iou_rotate.py", line 10, in
from libs.box_utils.rbbox_overlaps import rbbx_overlaps
ImportError: ../libs/box_utils/rbbox_overlaps.cpython-36m-x86_64-linux-gnu.so: undefined symbol: __cudaRegisterFatBinaryEnd
一直无法解决,请问有什么方法
The text was updated successfully, but these errors were encountered: