Skip to content

Conversation

@saurabhkale17
Copy link

Description

Fix Data Type Error by Ensuring Correct Input Types for Output Nodes

Description:

This pull request resolves an issue where output nodes of certain models expected uint8 inputs but received float32 inputs instead, causing a data type error. The error occurred due to the stripping of QDQ (Quantize-Dequantize) nodes in the OpenVINO Execution Provider (OVEP) QDQ stripping pass.

Changes:

  • Ensured that output nodes receive the correct uint8 input types.
  • Modified the OVEP QDQ stripping pass to maintain the appropriate data types for nodes.

@saurabhkale17 saurabhkale17 requested a review from sfatimar July 12, 2024 09:26
@sfatimar
Copy link

LGTM

@sfatimar sfatimar merged commit 3466f3b into ovep-develop-lnl-1.1 Jul 12, 2024
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.

3 participants