Using MKL-DNN #11235
Unanswered
manoadamro
asked this question in
Q&A
Using MKL-DNN
#11235
Replies: 1 comment
-
If you're using PaddleOCR on an ARM64-based device, MKL won't be available. try on x_86_64 intel or amd |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have seen some comments about speeding up detection by using
enable_mkldnn
.Eg: #8141
MKL-DNN has been renamed to OneDNN and even with both/either installed, I get the error:
I have tried installing it with both the intel installer and with a conda environment but no luck getting paddleocr to use it.
Is this flag
enable_mkldnn
still valid and if so, how can I get paddleOCR to use it?Beta Was this translation helpful? Give feedback.
All reactions