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 followed the origin graph optimization guide (https://onnxruntime.ai/docs/performance/graph-optimizations.html) and it seems that the optimization works great in Python (nearly cuts my interference time in half) but in c++ I don’t get any faster performance (loaded the optimized onnx model, tried different sessionSettings).
shouldnt the optimization behave the same across different languages? If so are there any lines of code missing in the tutorial?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the origin graph optimization guide (https://onnxruntime.ai/docs/performance/graph-optimizations.html) and it seems that the optimization works great in Python (nearly cuts my interference time in half) but in c++ I don’t get any faster performance (loaded the optimized onnx model, tried different sessionSettings).
shouldnt the optimization behave the same across different languages? If so are there any lines of code missing in the tutorial?
Beta Was this translation helpful? Give feedback.
All reactions