Skip to content
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

Fix Regression of ssd_resnet50_v1 Example for TF New API #1283

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

zehao-intel
Copy link
Contributor

@zehao-intel zehao-intel commented Sep 26, 2023

Type of Change

bug fix

Description

Three Conv2D Ops is changed from qint8 to quint8 after this commit: 7fb76c4.
Then, the accuracy dropped a lot.

This PR is to fallback them to fp32 so that the accuracy will be correct.
Maybe we should consider adding 'qint8' or quint8 for op_wise_config.

Expected Behavior & Potential Risk

Fix bug and accuracy.

How has this PR been tested?

Extension test.

Dependency Change?

No

@chensuyue chensuyue merged commit d87cf86 into master Sep 27, 2023
10 checks passed
@chensuyue chensuyue deleted the zehao/ssd_resnet50 branch September 27, 2023 02:05
chensuyue pushed a commit that referenced this pull request Sep 27, 2023
chensuyue pushed a commit to chensuyue/lpot that referenced this pull request Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants