We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the Issue
I notice that there was a runtime error #1004 and it was fixed in mmcv 1.3.4. However, the same problem still exists when using DCNv2.
So I suggest to check the support of CUDA ops for fp16 or add unit tests to CUDA ops to support fp16,when pytorch >= 1.6.
Environment pytorch >= 1.6.0 mmcv >= 1.3.2
I will send a PR to fix the bug when using DCNv2 with the same way in PR #1014
The text was updated successfully, but these errors were encountered:
thanks
Sorry, something went wrong.
No branches or pull requests
Describe the Issue
I notice that there was a runtime error #1004 and it was fixed in mmcv 1.3.4.
However, the same problem still exists when using DCNv2.
So I suggest to check the support of CUDA ops for fp16 or add unit tests to CUDA ops to support fp16,when pytorch >= 1.6.
Environment
pytorch >= 1.6.0
mmcv >= 1.3.2
I will send a PR to fix the bug when using DCNv2 with the same way in PR #1014
The text was updated successfully, but these errors were encountered: