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
From the following code, we can get profiling information after doing inference with onnx runtime, But can i get total inference time of model, by reading the json file.
with open('onnxruntime_profile__2022-04-23_01-57-50.json', "r") as f:
sess_time = json.load(f)
import pprint
pprint.pprint(sess_time)
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.
-
From the following code, we can get profiling information after doing inference with onnx runtime, But can i get total inference time of model, by reading the json file.
any ideas only to get time info
Beta Was this translation helpful? Give feedback.
All reactions