-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Add int8 nearest_interp and nearest_interp_v2 #37985
Conversation
Thanks for your contribution! |
@lidanqing-intel @sfraczek Could you please review? |
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 PR improves both frcnn-r50-fpn and ocr_det models. It will speedup for all models quantization that contains nearest_interp op.
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
@baoachun Hi, this PR will speedup retinanet int8 model performance, Could you please ask approvers to approve |
Sorry to inform you that f146a06's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
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 for Dtype registar
@baoachun @Aganlengzi Hi, could you please merge this PR. The descriptions are given. Thanks ! |
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
PR types
New features
PR changes
OPs
Describe
This PR adds:
nearest_interp
andnearest_interp_v2
I prepared post-training quantization on the ocr_det model and with quantized
nearest_interp
operator performance improved by 11%.