Replies: 3 comments 2 replies
-
Or is it model dependent? I'm using |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
There are too many factors to say anything decisive, but some thoughts:
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been testing OpenVINO a while. Not sure that it accelerating anything. On the contrary, it uses more threads in gunicorn and also uses render from GPU, while providing same results in seconds per jobs.
Here's what I've got with Smart Search job on Intel UHD Graphics 630 in i5-10500.
OpenVINO, 2 concurrent jobs, ~2 assets per 5 seconds

OpenVINO, 4 concurrent jobs, ~4 assets per 9 seconds

And here's results with CPU, but with the same time.
CPU, 2 concurrent jobs, ~2 assets per 5 seconds

CPU, 4 concurrent jobs, ~4 assets per 9 seconds

So, is it me doing something wrong, or is it OpenVINO that is supposed to act like this, or is it something else?
Beta Was this translation helpful? Give feedback.
All reactions