-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Ngraph: add methods for removing parameters from Function #3854
Ngraph: add methods for removing parameters from Function #3854
Conversation
This reverts commit 86a91dd.
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.
in general LGTM
@sadolini Please fix CI |
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.
Deleting parameters may change their indexation, we do not have tests for this.
Could you please check this case?
Also, it's better to verify for real function (full pipeline: read -> ngraph -> deleting parameter -> validate_and_infer_type call -> conversion to cnn network -> inference)
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.
nGraph part looks good.
No description provided.