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

ONNX Runner Only return first of the outputs! #3007

Closed
cristozz opened this issue Sep 16, 2022 · 3 comments
Closed

ONNX Runner Only return first of the outputs! #3007

cristozz opened this issue Sep 16, 2022 · 3 comments
Assignees
Labels
feature Feature requests or pull request implementing a new feature from community
Milestone

Comments

@cristozz
Copy link

return self.predict_fns[method_name](output_names, input_names)[0]

I have a onnx model that have two outputs ['label', 'probabilities'] but when i use RUN only return 'label' values, and i dont see any configuration to return all outputs.

@parano
Copy link
Member

parano commented Sep 16, 2022

Hi @cristozz, I believe this issue is addressed in #2912, it will be available in the upcoming release version 1.1.

@larme could you confirm if this is the same issue that #2912 fixed?

@ssheng ssheng added feature Feature requests or pull request implementing a new feature from community labels Sep 17, 2022
@ssheng ssheng added this to the 1.0.7 milestone Sep 17, 2022
@petcai
Copy link

petcai commented Oct 7, 2022

Hi guys, I am wondering whether we have any progress on this issue. Thanks

@parano
Copy link
Member

parano commented Oct 31, 2023

Hi @petcai sorry about the delay in getting back to you here, this issue has been fixed in #2912 and released since 1.0.7

@parano parano closed this as completed Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature requests or pull request implementing a new feature from community
Projects
None yet
Development

No branches or pull requests

5 participants