-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Add Per Tensor Quantization Support to FXIRImporter #55405
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
💊 CI failures summary and remediationsAs of commit 01bd538 (more details on the Dr. CI page):
This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group. |
This pull request was exported from Phabricator. Differential Revision: D27313543 |
Codecov Report
@@ Coverage Diff @@
## master #55405 +/- ##
==========================================
- Coverage 77.43% 76.98% -0.46%
==========================================
Files 1892 1895 +3
Lines 187597 187719 +122
==========================================
- Hits 145268 144508 -760
- Misses 42329 43211 +882 |
Summary: Pull Request resolved: pytorch#55405 Pull Request resolved: pytorch/glow#5516 Allows FXIRImport to import quantized model. This diff doesn't include the supports for per-channel weights, linear and conv. Will address them in the next diff. Test Plan: buck test glow/fb/fx/nnpi_importer:test_importer Reviewed By: jackm321, jfix71 Differential Revision: D27313543 fbshipit-source-id: b730263a46537609aba8007330dc44b0b98d2d42
Summary: Pull Request resolved: pytorch/pytorch#55405 Pull Request resolved: pytorch#5516 Allows FXIRImport to import quantized model. This diff doesn't include the supports for per-channel weights, linear and conv. Will address them in the next diff. Reviewed By: jackm321, jfix71 Differential Revision: D27313543 fbshipit-source-id: 240776c689f9a3bb8c955ba1a735e5bc0c9873f5
This pull request was exported from Phabricator. Differential Revision: D27313543 |
05d837f
to
01bd538
Compare
This pull request has been merged in 02f8276. |
Summary: Pull Request resolved: #55405 Pull Request resolved: pytorch/glow#5516 Allows FXIRImport to import quantized model. This diff doesn't include the supports for per-channel weights, linear and conv. Will address them in the next diff. Test Plan: buck test glow/fb/fx/nnpi_importer:test_importer Reviewed By: jackm321, jfix71 Differential Revision: D27313543 fbshipit-source-id: bf5c96ef5f2ff1835c09db981e0ceefaec56dd5b
Summary: Pull Request resolved: pytorch#55405 Pull Request resolved: pytorch/glow#5516 Allows FXIRImport to import quantized model. This diff doesn't include the supports for per-channel weights, linear and conv. Will address them in the next diff. Test Plan: buck test glow/fb/fx/nnpi_importer:test_importer Reviewed By: jackm321, jfix71 Differential Revision: D27313543 fbshipit-source-id: bf5c96ef5f2ff1835c09db981e0ceefaec56dd5b
Summary:
Allows FXIRImport to import quantized model.
This diff doesn't include the supports for per-channel weights, linear and conv. Will address them in the next diff.
Test Plan: buck test glow/fb/fx/nnpi_importer:test_importer
Reviewed By: jackm321
Differential Revision: D27313543