-
Notifications
You must be signed in to change notification settings - Fork 70
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
RuntimeError: CUDA error: no kernel image is available for execution on the device #247
Comments
Here is the full log file: |
Please check your mmcv version. And make sure your mmcv is complied successfully. |
I do not understand why but when I take the same code to another machine using the same docker image. It can run fine. I also meet the exact same problem with BEVDet. The difference is that this time training happens normally. But this CUDA error only happens while running test. Can you help me fix this? |
Are you using the same nvidia gpu drive version and cuda version? |
Here is the info from my computer:
|
I follow exactly to the instruction to train the model. This is the environment of my computer:
on an RTX 2070. However, i got this error:
I do not know why is there this error. Can the author help to fix this? Thank you
The text was updated successfully, but these errors were encountered: