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
Imagine we have 1000 pictures, to classify them, we need to call the api 1000 times with the same parameters.
If we have a 8 core CPU, we can processing 8 images at the same time.
So ,the question is can we provide a simple API which accept a list of images, and it will dispatch the tasks according to the hardware capability dynamically ?
The text was updated successfully, but these errors were encountered:
Imagine we have 1000 pictures, to classify them, we need to call the api 1000 times with the same parameters.
If we have a 8 core CPU, we can processing 8 images at the same time.
So ,the question is can we provide a simple API which accept a list of images, and it will dispatch the tasks according to the hardware capability dynamically ?
The text was updated successfully, but these errors were encountered: