Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

训练出现问题,求解答 #45

Open
lyk595 opened this issue Mar 7, 2022 · 8 comments
Open

训练出现问题,求解答 #45

lyk595 opened this issue Mar 7, 2022 · 8 comments

Comments

@lyk595
Copy link

lyk595 commented Mar 7, 2022

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

@colorfully-ybf
Copy link

+1

@shncg
Copy link

shncg commented Apr 13, 2022

有解决的吗

@liguopeng0923
Copy link

同问

@Nancy-197
Copy link

同问

mmcv-full版本的问题

@wwcc1107
Copy link

wwcc1107 commented Jul 1, 2022

I also encountered this problem recently. Have you solved it

@Nancy-197
Copy link

I also encountered this problem recently. Have you solved it

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

@wwcc1107
Copy link

wwcc1107 commented Jul 2, 2022

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.

@PiseyYou
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants