-
Notifications
You must be signed in to change notification settings - Fork 86
Conversation
This PR needs Approvals as follows.
Please choose reviewers and requet reviews! Click to see how to approve each reviewsYou can approve this PR by triggered comments as follows.
See all trigger commentsPlease replace [Target] to review target
|
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.
OA
/ready |
⏳Merge job is queued... |
😥This PR is not approved yet. |
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.
Readability Approval
/ready |
⏳Merge job is queued... |
What this patch does to fix the issue.
Quantized convolution output is used both non-quantizer and quantizer operations, optimizer optimize network wrongly.
pseudo code:
optimizer modify network to:
This PR fix optimizer to stop apply threshold skipping if qconv or following operations until quantizer has multiple output operations.
Link to any relevant issues or pull requests.