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
Currently, models are fed data image-by-image. This is not efficient, and ideally they will be able to take a batch of images at one time to create predictions.
Determine how to enable image batching, and create a NEW endpoint that will be able to batch upload images at /model/batch_predict.
Do not worry about compatibility with existing micro-services, as they can be updated later to fit this new pattern and the old endpoint still exists.
The text was updated successfully, but these errors were encountered:
Currently, models are fed data image-by-image. This is not efficient, and ideally they will be able to take a batch of images at one time to create predictions.
Determine how to enable image batching, and create a NEW endpoint that will be able to batch upload images at /model/batch_predict.
Do not worry about compatibility with existing micro-services, as they can be updated later to fit this new pattern and the old endpoint still exists.
The text was updated successfully, but these errors were encountered: