Skip to content
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

MKLDNN error for continuous image prediction #31111

Closed
juncaipeng opened this issue Feb 22, 2021 · 4 comments
Closed

MKLDNN error for continuous image prediction #31111

juncaipeng opened this issue Feb 22, 2021 · 4 comments
Assignees
Labels

Comments

@juncaipeng
Copy link
Contributor

Info:

  • Paddle develop latest commit
  • Ubuntu 16.04
  • Python 3

Demo(Link:https://dubox.com/s/1lk60OPH4GPj-BrdZ4lSbJA Password:e8ec):

  1. Install Paddle

  2. Disable MKLDNN

python test.py model/__model__ model/__params__ 0

The results are correct as follows:

1 boxes are detected for image 1
1 boxes are detected for image 2
1 boxes are detected for image 3
1 boxes are detected for image 4
1 boxes are detected for image 5
1 boxes are detected for image 6
1 boxes are detected for image 7
1 boxes are detected for image 8
1 boxes are detected for image 9
1 boxes are detected for image 10
  1. Enable MKLDNN

python test.py model/__model__ model/__params__ 1

The results of image 6 and 9 are incorrect as follows:

1 boxes are detected for image 1
1 boxes are detected for image 2
1 boxes are detected for image 3
1 boxes are detected for image 4
1 boxes are detected for image 5
9 boxes are detected for image 6
1 boxes are detected for image 7
1 boxes are detected for image 8
5 boxes are detected for image 9
1 boxes are detected for image 10
@paddle-bot-old
Copy link

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档常见问题历史IssueAI社区来寻求解答。祝您生活愉快~

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 APIFAQGithub Issue and AI community to get the answer.Have a nice day!

@wojtuss
Copy link

wojtuss commented Mar 23, 2021

@juncaipeng ,
A fix is submitted: #31820.

@juncaipeng
Copy link
Contributor Author

@wojtuss
The problem has been fixed. Please cherry-pick #31820 to release 2.0.

@paddle-bot-old
Copy link

Are you satisfied with the resolution of your issue?

YES
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants