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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, when i make sh ./setup.sh i get this error
nms.cu:1:10: fatal error: megbrain_pubapi.h: No such file or directory #include "megbrain_pubapi.h" ^~~~~~~~~~~~~~~~~~~ compilation terminated.
How can i fix it?
The text was updated successfully, but these errors were encountered:
You can directly remove nms_opr.py and continue the compilation. Or just remove the nms directory and find a new NMS from the Internet.
Sorry, something went wrong.
Where is the nms_opr.py file? I can't find it.
You can directly remove nms_opr.py and continue the compilation. Or just remove the nms directory and find a new NMS from the Internet. Where is the nms_opr.py file? I can't find it.
nms_opr.py is a script built in our inner DL framework. It's has nothing to do with existing code.
No branches or pull requests
Hi, when i make sh ./setup.sh i get this error
nms.cu:1:10: fatal error: megbrain_pubapi.h: No such file or directory
#include "megbrain_pubapi.h"
^~~~~~~~~~~~~~~~~~~
compilation terminated.
How can i fix it?
The text was updated successfully, but these errors were encountered: