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

How to derive the probability of the predictions in deepsparse? For classification for example #187

Closed
pacospace opened this issue Sep 30, 2021 · 3 comments

Comments

@pacospace
Copy link

pacospace commented Sep 30, 2021

Additional context
Related-To: AICoE/elyra-aidevsecops-tutorial#297

@markurtz
Copy link
Member

markurtz commented Oct 8, 2021

HI @pacospace, thank you for the question. Is there any more context available that you could give? If it's related to determinism, DeepSparse is designed to be deterministic for a given model and CPU setup. If this is related to the logits on output for the model then the classification model's ONNX graph will need to be updated to export both logits as well as the final predictions.

Thanks,
Mark

@jeanniefinks
Copy link
Member

Hello @pacospace
Just checking in to see if you were able to provide more details or we should close out this issue? Thank you!
Best, Jeannie / Neural Magic

@pacospace
Copy link
Author

pacospace commented Nov 9, 2021

@markurtz @jeanniefinks I'm sorry for late reply!! This definetly answer my question, so my changes needs to be adjusted on the ONNX graph! Thank you! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants