You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue where the output of the model after optimization using ONNX Runtime is inconsistent with the original model. Specifically, the optimization process leads to mismatched results for one of the outputs, v5_0, while others remain consistent.
Expected Behavior:
The optimized model should produce identical results for all outputs when compared to the original model, within the specified tolerance.
Describe the issue
I am encountering an issue where the output of the model after optimization using ONNX Runtime is inconsistent with the original model. Specifically, the optimization process leads to mismatched results for one of the outputs,
v5_0
, while others remain consistent.The optimized model should produce identical results for all outputs when compared to the original model, within the specified tolerance.
To reproduce
Urgency
No response
Platform
Linux
OS Version
Ubuntu 20.04
ONNX Runtime Installation
Built from Source
ONNX Runtime Version or Commit ID
5c1b7cc
ONNX Runtime API
Python
Architecture
X64
Execution Provider
CUDA
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: