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? 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
No description provided.
The text was updated successfully, but these errors were encountered:
我在调用rec处理文字识别的时候创建线程,但调用predictor_crnn->Run();就会报Segmentation fault,无论是多少个线程,只要是子线程就会报错,在主线程中运行就不会
Sorry, something went wrong.
进程的话是一直不运行,top命令查看到的是cpu占用0%,进程也是跑到predictor_crnn->Run()就停止了
你好,可以提供下详细的报错日志。可以开调高GLOG_v等级,比如export GLOG_v=5查看更详细的日志。另外Paddle Lite本身提供了多线程加速,可以在算子层面加速:
ddchenhao66
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: