mmdetection-mini icon indicating copy to clipboard operation
mmdetection-mini copied to clipboard

训练出现问题,求解答

Open lyk595 opened this issue 3 years ago • 8 comments

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

lyk595 avatar Mar 07 '22 04:03 lyk595

+1

colorfully-ybf avatar Apr 11 '22 07:04 colorfully-ybf

有解决的吗

shncg avatar Apr 13 '22 09:04 shncg

同问

liguopeng0923 avatar Apr 27 '22 07:04 liguopeng0923

同问

mmcv-full版本的问题

Nancy-197 avatar May 22 '22 04:05 Nancy-197

I also encountered this problem recently. Have you solved it

wwcc1107 avatar Jul 01 '22 09:07 wwcc1107

I also encountered this problem recently. Have you solved it

Reduce the version of mmcv, it is recommended to use version 1.3.5.

Nancy-197 avatar Jul 02 '22 03:07 Nancy-197

thank you very much,when i lower the version,i found this problem: AssertionError: MMCV==1.3.5 is used but incompatible. Please install mmcv>=1.3.17, <=1.5.2.

wwcc1107 avatar Jul 02 '22 06:07 wwcc1107

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

the same problem, try different way from version part, still not working...

PiseyYou avatar Jul 12 '22 11:07 PiseyYou