-
Notifications
You must be signed in to change notification settings - Fork 24.9k
[quant][executorch] Support inception_v4 in examples #108382
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/108382
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ You can merge normally! (2 Unrelated Failures)As of commit 6b9446e with merge base 30a33b7 ( BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D48889075 |
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.
Looks good. Accepting for now, but it would be good to add test for this.
0a9c718
to
98581f1
Compare
This pull request was exported from Phabricator. Differential Revision: D48889075 |
sure I can add a test after refactoring test code, right now it is tested in executorch |
98581f1
to
2c3adcc
Compare
This pull request was exported from Phabricator. Differential Revision: D48889075 |
2c3adcc
to
e149bf4
Compare
This pull request was exported from Phabricator. Differential Revision: D48889075 |
e149bf4
to
01f5065
Compare
This pull request was exported from Phabricator. Differential Revision: D48889075 |
Summary: X-link: pytorch/executorch#203 Verified that pt2e quant flow matches the fx flow with executorch backend config Test Plan: with-proxy buck2 run executorch/examples/quantization:example -- -m=ic4 --verify ``` [INFO 2023-08-31 16:08:06,923 example.py:77] prepare sqnr: inf [INFO 2023-08-31 16:08:06,932 example.py:81] quant diff max: 0.0 [INFO 2023-08-31 16:08:06,936 example.py:85] quant sqnr: inf ``` full output: https://www.internalfb.com/intern/paste/P818520579/ Reviewed By: kimishpatel Differential Revision: D48889075
01f5065
to
6b9446e
Compare
This pull request was exported from Phabricator. Differential Revision: D48889075 |
Summary: Pull Request resolved: #203 X-link: pytorch/pytorch#108382 Verified that pt2e quant flow matches the fx flow with executorch backend config bypass-github-export-checks Reviewed By: kimishpatel Differential Revision: D48889075 fbshipit-source-id: 40bcad1f32354131cf8d1194dca31b9d13dd6011
@pytorchbot merge -f 'Landed internally' (Initiating merge automatically since Phabricator Diff has merged, using force because this PR might not pass merge_rules.json but landed internally) |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary: Verified that pt2e quant flow matches the fx flow with executorch backend config
Test Plan:
with-proxy buck2 run executorch/examples/quantization:example -- -m=ic4 --verify
full output: https://www.internalfb.com/intern/paste/P818520579/
Differential Revision: D48889075