yuantn/MI-AOD

RuntimeError: SigmoidFocalLoss is not compiled with GPU support

chiran7 opened this issue · 1 comments

Dear Author,

after command : python tools/train.py configs/MIAOD.py, It shows the following error:
File "/home/cshah/.local/lib/python3.8/site-packages/mmcv/ops/focal_loss.py", line 54, in forward
ext_module.sigmoid_focal_loss_forward(
RuntimeError: SigmoidFocalLoss is not compiled with GPU support.

I have installed mmcv and mmdetection. Can you suggest the better solution to resolve this issue ?

Thank you for your time and consideration.

Please refer to Issue #81, and READ IT CAREFULLY.