-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
An error is reported when using MKLDNN to run a quantize model #45970
Comments
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~ Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day! |
This PR #46378 fixes the error with the concat OneDNN exception. But unfortunately, now this test throws a different error that is caused because no detection boxes were found.
After excluding the 4 last concats from the quantization test works fine with good accuracy. |
@wozna does #48872 fix the error you mentioned in #45970 (comment) ? @yeliang2258 are you ok to close this issue? |
Yes #48872 fixed this error |
bug描述 Describe the Bug
When I deploy a quantize yolov6 model use MKLDNN,An error is reported.

My script and model: https://github.com/PaddlePaddle/PaddleTest/tree/develop/inference/python_api_test/test_int8_model
You can download model and data use following commend:
Open the test_yolo_series_infer.py file and modify the configuration to enable_mkldnn_int8(), then run YoloV6 model inference:
Open the test_segmentation_infer.py file and modify the configuration to enable_mkldnn_int8(), then run PP-Liteseg model inference:
After reading onednn's documentation, I found that, in addition to concat, the OP with multiple inputs should have the problem of reporting an error when the input type is inconsistent.
其他补充信息 Additional Supplementary Information
No response
The text was updated successfully, but these errors were encountered: