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

GPU memory requirements increases when using DCNv3_pytorch rather than DCNv3 #320

Open
jonassoebro opened this issue Nov 29, 2023 · 2 comments

Comments

@jonassoebro
Copy link

Thank you for this awesome implementation!

I've been using the InternImage as a backbone of my Detectron2 Faster-R-CNN implementation. My trained models need to run on CPU, so I tried making them compatible using the DCNv3_pytorch operator rather than the DCNv3. However the pytorch implementation seems to require a lot more GPU memory - is this expected or am I missing something?

@rentainhe
Copy link
Collaborator

Maybe you can refer to InternImage's official repo to see if some issues can help u with this problem.

@jonassoebro
Copy link
Author

I looked but could not find anyone with similar issues. I made a duplicate issue there if anyone wants to follow. OpenGVLab/InternImage#260

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

2 participants