Closed JixuH closed 2 years ago
应该是这台电脑没有安装MLKDNN或者这台电脑的CPU不支持mkldnn吧
可以试下关闭mkldnn选项后是否能正常预测: enable_mkldnn=False https://github.com/PaddlePaddle/PaddleOCR/blob/ccf749e3ee7ca5b91bf5668aeded26d4ca908f23/tools/infer/utility.py?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L104
开启mkldnn在可以CPU上加速预测
Since you haven\'t replied for more than 3 months, we have closed this issue/pr. If the problem is not solved or there is a follow-up one, please reopen it at any time and we will continue to follow up. It is recommended to pull and try the latest code first. 由于您超过三个月未回复,我们将关闭这个issue/pr。 若问题未解决或有后续问题,请随时重新打开(建议先拉取最新代码进行尝试),我们会继续跟进。
感觉是与 paddlelite包冲突,后者的包不要在全局位置导入, have a try
应该是这台电脑没有安装MLKDNN或者这台电脑的CPU不支持mkldnn吧
可以试下关闭mkldnn选项后是否能正常预测: enable_mkldnn=False
开启mkldnn在可以CPU上加速预测
无效
@JiaXiao243 @cloudy-sfu Did you solved this error ? I am getting the same issue.
@JiaXiao243 @cloudy-sfu Did you solved this error ? I am getting the same issue.
No, not resolved.
Then the issue should be open. Any hints on how to proceed ? @JixuH, can you reopen this issue?
MKL_Free_Buffers not found如何解决
paddleocr版本:2.3.0.2 运行paddleocr报错:
4台配置相同的电脑上有一台会出现这样的情况,查看其他人之前提出同样的issues也没有很好的解决方法,请问现在这个问题解决了吗?安装的paddleocr是直接使用pip安装的,也没有自己编译whl。