-
Notifications
You must be signed in to change notification settings - Fork 56
[OVEP] Fix for dumping the model in correct format #616
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
Conversation
ankitm3k
left a comment
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
saurabhkale17
left a comment
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
2c4bf76 to
0c2db8d
Compare
|
@jatinwadhwa921 Should we also handle the case for dumping subgraphs when model path is not available. When its passed using session_from_array as a buffer can we use the session option file name? |
Hi, this case is already handled, if we use "CreateSessionFromArray" then the model is dumped with the name "unknown_subgraph.onnx" . |
0c2db8d to
07b240f
Compare
|
LGTM |
This PR address's Jira ticket https://jira.devtools.intel.com/browse/HAFP-3026