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

Refactor inference.core.models.base.Model.infer_from_request to always return List[InferenceResponse] #376

Open
2 tasks done
grzegorz-roboflow opened this issue May 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@grzegorz-roboflow
Copy link
Contributor

Search before asking

  • I have searched the Inference issues and found no similar bug report.

Bug

Remove ambiguity of returned value type from inference.core.models.base.Model.infer_from_request

Environment

N/A

Minimal Reproducible Example

N/A

Additional

Simplify the interface of module so it's not necessary for all callers to check for the type of returned value.

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@grzegorz-roboflow grzegorz-roboflow added the bug Something isn't working label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant