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

I think the deformable attention is not compiled successfully. #46

Closed
czczup opened this issue Oct 20, 2022 · 0 comments
Closed

I think the deformable attention is not compiled successfully. #46

czczup opened this issue Oct 20, 2022 · 0 comments

Comments

@czczup
Copy link
Owner

czczup commented Oct 20, 2022

    I think the deformable attention is not compiled successfully.

You can try this:
replace line 11

import MultiScaleDeformableAttention as MSDA

in the ms_deform_attn_func.py with

from mmcv.ops.multi_scale_deform_attn import ext_module as MSDA

and then run python test.py again.

Originally posted by @czczup in #41 (comment)

@czczup czczup closed this as completed Oct 20, 2022
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