Is there anyway I can get the intermediate outputs and nodes information? #831
-
in onnxruntime, I could get the intermediate outputs and nodes information using onnx.ModelProto, |
Beta Was this translation helpful? Give feedback.
Answered by
kunal-vaishnavi
Aug 28, 2024
Replies: 1 comment 4 replies
-
If you build ONNX Runtime with |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try exporting multiple environment variables for that.
Alternatively, you can dump the input and output data
and then redirect the dumped data to a log file. For example: