-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tools/onnx-subgraph] add guide in README.md for subgraphs verification #14821
Conversation
guide for mse comparing of src model and multi sub models ONE-DCO-1.0-Signed-off-by: Youxin Chen <yx113.chen@samsung.com>
tools/onnx_subgraph/README.md
Outdated
@@ -60,3 +60,18 @@ sub models. | |||
├── NPUsubgraph0.onnx | |||
└── NPUsubgraph1.onnx | |||
``` | |||
## Verify the subgraphs inference with original model file | |||
compare the MSE of original inference result and subgraphs inference result |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q) using indent (also in some other places in this file) will render as code block
is this intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is description, I have removed indent, thank you
-n scripts/subgraphs_ios.txt | ||
``` | ||
output: | ||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems text result, is it really needed to render as bash
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it is log printing example, I have changed to text format, thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK... I don't understand why render as bash
but anyway you want it.
update as code review
update as code review
annotate for the shell printing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
related issue: #14534
historical full changes PR: #14613
guide for mse comparing of src model and multi sub models inference result
ONE-DCO-1.0-Signed-off-by: Youxin Chen yx113.chen@samsung.com