How can i get the size of memory allocated by onnxruntime for my infer model? #7205
Answered
by
SherlockNoMad
EasonChow001
asked this question in
Other Q&A
-
I want to know how to get the size info of memory allocated by onnxruntime for my infer model. Is there any debug info to print? |
Beta Was this translation helpful? Give feedback.
Answered by
SherlockNoMad
Apr 6, 2021
Replies: 1 comment 4 replies
-
this is already logged! You can set the session_log_severity_level in SessionOptions to INFO to see these logs. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
skottmckay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is already logged!
https://github.com/microsoft/onnxruntime/blob/master/onnxruntime/core/framework/sequential_executor.cc#L480
You can set the session_log_severity_level in SessionOptions to INFO to see these logs.