You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem haunted us in PROD (more complex application, different model, and different data, of course), and it was quite some work to distill this minimal example. I hope it helps to find and fix the cause of the problem.
Step-by-step reproduction
No response
Relevant log output
Issue submission checklist
I'm reporting an issue. It's not a question.
I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found a solution.
There is reproducer code and related data files such as images, videos, models, etc.
The text was updated successfully, but these errors were encountered:
OpenVINO Version
2024.6.0
Operating System
Other (Please specify in description)
Device used for inference
CPU
Framework
None
Model used
ResNet50
Issue description
When running the same forward pass many times, the output suddenly changes to different values.
Here is a minimal (dockerized) example to reproduce the problem:
main.py
Command:
docker build --rm --progress=plain .
Example output 1 (ran on
Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
):Example output 2 (ran on
Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
):Example output 3 (ran on
Intel(R) Core(TM) i7-14700K
)Example output 4 (ran on
Intel(R) Core(TM) i7-14700K
)This problem haunted us in PROD (more complex application, different model, and different data, of course), and it was quite some work to distill this minimal example. I hope it helps to find and fix the cause of the problem.
Step-by-step reproduction
No response
Relevant log output
Issue submission checklist
The text was updated successfully, but these errors were encountered: