[tools/onnx-subgraph] Add readme.md for environment and existing code#14725
Merged
seanshpark merged 6 commits intoSamsung:masterfrom Feb 21, 2025
Merged
[tools/onnx-subgraph] Add readme.md for environment and existing code#14725seanshpark merged 6 commits intoSamsung:masterfrom
seanshpark merged 6 commits intoSamsung:masterfrom
Conversation
1. add exception process for file open and IO 2. add readme.md for previous submittings ONE-DCO-1.0-Signed-off-by: Youxin Chen <[email protected]>
seanshpark
reviewed
Feb 20, 2025
commit file read exception protection in future PR
seanshpark
reviewed
Feb 21, 2025
seanshpark
reviewed
Feb 21, 2025
seanshpark
reviewed
Feb 21, 2025
seanshpark
reviewed
Feb 21, 2025
seanshpark
reviewed
Feb 21, 2025
seanshpark
reviewed
Feb 21, 2025
seanshpark
reviewed
Feb 21, 2025
seanshpark
reviewed
Feb 21, 2025
seanshpark
reviewed
Feb 21, 2025
seanshpark
reviewed
Feb 21, 2025
seanshpark
reviewed
Feb 21, 2025
[tools/onnx-subgraph] update format issue as review comments
seanshpark
reviewed
Feb 21, 2025
tools/onnx_subgraph/README.md
Outdated
Comment on lines
+2
to
+3
| onnx-subgraph tool provides model auto partitionioning of onnx model to several sub models by | ||
| operator, performance and model size limitations, with the order and input / output names of |
Contributor
There was a problem hiding this comment.
Suggested change
| onnx-subgraph tool provides model auto partitionioning of onnx model to several sub models by | |
| operator, performance and model size limitations, with the order and input / output names of | |
| onnx-subgraph tool provides model auto partitionioning of onnx model to several sub models by | |
| operator, performance and model size limitations, with the order and input / output names of |
Contributor
There was a problem hiding this comment.
plz remove space at end of line
seanshpark
reviewed
Feb 21, 2025
seanshpark
reviewed
Feb 21, 2025
update the format checking issue in readme.md
Contributor
|
Current rendered output of readme is not what I expected to be, but you may want to go as-is. |
Update README.md format with target script type
Contributor
Author
I have tested, ```bash |
Update README.md remove blank space
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
related issue: #14534
historical full changes PR: #14613
ONE-DCO-1.0-Signed-off-by: Youxin Chen [email protected]