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
Expected Behavior:
The optimized model should produce identical results for all outputs when compared to the original model, within the specified tolerance.
After further analysis, I found that the output "output" of the model exhibits inconsistencies. Upon modifying the model to specifically analyze which node is causing the inconsistency and by outputting the values at each node, the inconsistencies disappears. This suggests that it might be a precision issue. Could anyone help me resolve this issue? @xadupre
I suspect one QDQ pattern is introducing some discrepancies. CPU also gives some discrepancies. Did you try to remove Conv, with or AveragePool to see which one is causing discrepancies?
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.
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: