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

ModuleNotFoundError: No module named 'mmdet.ops.mish_cuda.mish_cuda_ext' #9

Open
lsm140 opened this issue Jan 25, 2024 · 0 comments
Open

Comments

@lsm140
Copy link

lsm140 commented Jan 25, 2024

(gdet) lsm@ai:~/Desktop/GiraffeDet$ python tools/train.py configs/giraffeDet/giraffe_d7_scratch_6x.py
/home/lsm/anaconda3/envs/gdet/lib/python3.8/site-packages/mmcv/utils/registry.py:71: UserWarning: The old API of register_module(module, force=False) is deprecated and will be removed, please use the new API register_module(name=None, force=False, module=None) instead.
warnings.warn(
Traceback (most recent call last):
File "tools/train.py", line 22, in
from mmdet.ops import *
File "/home/lsm/Desktop/GiraffeDet/mmdetection-2.6.0/mmdet/ops/init.py", line 17, in
from .mish_cuda import *
File "/home/lsm/Desktop/GiraffeDet/mmdetection-2.6.0/mmdet/ops/mish_cuda/init.py", line 1, in
from . import mish
File "/home/lsm/Desktop/GiraffeDet/mmdetection-2.6.0/mmdet/ops/mish_cuda/mish.py", line 5, in
from .mish_cuda_ext import mish_backward, mish_forward
ModuleNotFoundError: No module named 'mmdet.ops.mish_cuda.mish_cuda_ext'

where is the mish_cuda_ext.py???
the file is not in the project.

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

1 participant