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

Do not ignore output shapes when building ONNX InferenceModel #51

Merged
merged 3 commits into from
Jan 18, 2024

Conversation

klashenriksson
Copy link
Contributor

Description of Changes

We ran in to an issue where a onnx-based InferenceModel did not contain any output-shape information for onnx models with dynamic output shapes. This change fixes this issue by specifying to not ignore output shapes before building the InferenceModel.

Copy link
Member

@tgolsson tgolsson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thank you!

@tgolsson tgolsson merged commit c77670d into main Jan 18, 2024
3 checks passed
@tgolsson tgolsson deleted the kh/onnx-use-output-shapes branch January 18, 2024 09:27
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

Successfully merging this pull request may close these issues.

2 participants