-
Notifications
You must be signed in to change notification settings - Fork 194
Description
Traceback (most recent call last):
File "D:/MachineLearning/unet/mmdetection-mini-master/tools/train.py", line 11, in
import mmdet.cv_core
File "D:\MachineLearning\unet\mmdetection-mini-master\tools..\mmdet\cv_core_init_.py", line 15, in
from .ops import *
File "D:\MachineLearning\unet\mmdetection-mini-master\tools..\mmdet\cv_core\ops_init_.py", line 3, in
from .cc_attention import CrissCrossAttention
File "D:\MachineLearning\unet\mmdetection-mini-master\tools..\mmdet\cv_core\ops\cc_attention.py", line 9, in
ext_module = ext_loader.load_ext(
File "D:\MachineLearning\unet\mmdetection-mini-master\tools..\mmdet\cv_core\utils\ext_loader.py", line 10, in load_ext
assert hasattr(ext, fun), f'{fun} miss in module {name}'
AssertionError: ca_forward miss in module _ext
Process finished with exit code 1