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

Image Batching on Upload #3

Open
CodyRichter opened this issue Mar 17, 2021 · 0 comments
Open

Image Batching on Upload #3

CodyRichter opened this issue Mar 17, 2021 · 0 comments
Labels
Predictions Relating to Predictions on Trained Models Server Relating to FastAPI Backend Server

Comments

@CodyRichter
Copy link
Contributor

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.

@CodyRichter CodyRichter added Server Relating to FastAPI Backend Server Predictions Relating to Predictions on Trained Models labels Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Predictions Relating to Predictions on Trained Models Server Relating to FastAPI Backend Server
Projects
None yet
Development

No branches or pull requests

1 participant