-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
error when run demo.py #36
Comments
I have no idea unless more information is provided. You can check this pytorch/pytorch#7548 . |
I met the same problem in the environment for pytorch 1.0 and cuda 10.1. I have no idea to deal with it. Thank you for your any support or suggestion. |
from external.nms import soft_nms |
|
Yes. I made my own nms.py file, if you want that i can post the code here for you. |
@numarf Thanks a lot!You can send to my email [email protected] |
ModuleNotFoundError: No module named 'external.nms' |
yep |
|
@liushuai839 i hava the same question. you kown how to solve this probem? |
when I run the demo.py, I met this error:
RuntimeError: cublas runtime error : the GPU program failed to execute at /pytorch/aten/src/THC/THCBlas.cu:416
How can I solve it, thank you!
The text was updated successfully, but these errors were encountered: