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

Enable quantization for wav2letter #446

Closed
wants to merge 1 commit into from

Conversation

jerryzh168
Copy link
Contributor

Summary:
X-link: pytorch/pytorch#109830

Also added annotation support for conv1d_relu and conv1d in XNNPACKQuantizer, the quantized results still
matches fx quant path (didn't quantize conv1d) so tests are not disabled

Differential Revision: D49479546

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 22, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49479546

jerryzh168 added a commit to jerryzh168/pytorch that referenced this pull request Sep 22, 2023
Summary:
X-link: pytorch/executorch#446


Also added annotation support for conv1d_relu and conv1d in XNNPACKQuantizer, the quantized results still
matches fx quant path (didn't quantize conv1d) so tests are not disabled

Test Plan: with-proxy buck2 run executorch/examples/quantization:example -- -m=w2l --verify

Differential Revision: D49479546
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49479546

@netlify
Copy link

netlify bot commented Sep 22, 2023

Deploy Preview for resplendent-gnome-14e531 canceled.

Name Link
🔨 Latest commit 0ac9d5d
🔍 Latest deploy log https://app.netlify.com/sites/resplendent-gnome-14e531/deploys/6514c4e1b0a56b00085be520

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49479546

jerryzh168 added a commit to jerryzh168/pytorch that referenced this pull request Sep 22, 2023
Summary:
X-link: pytorch/executorch#446


Also added annotation support for conv1d_relu and conv1d in XNNPACKQuantizer, the quantized results still
matches fx quant path (didn't quantize conv1d) so tests are not disabled

Test Plan: with-proxy buck2 run executorch/examples/quantization:example -- -m=w2l --verify

Differential Revision: D49479546
jerryzh168 added a commit to jerryzh168/pytorch that referenced this pull request Sep 22, 2023
Summary:
X-link: pytorch/executorch#446


Also added annotation support for conv1d_relu and conv1d in XNNPACKQuantizer, the quantized results still
matches fx quant path (didn't quantize conv1d) so tests are not disabled

Test Plan: with-proxy buck2 run executorch/examples/quantization:example -- -m=w2l --verify

Differential Revision: D49479546
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49479546

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49479546

jerryzh168 added a commit to jerryzh168/pytorch that referenced this pull request Sep 22, 2023
Summary:
X-link: pytorch/executorch#446


Also added annotation support for conv1d_relu and conv1d in XNNPACKQuantizer, the quantized results still
matches fx quant path (didn't quantize conv1d) so tests are not disabled

Test Plan: with-proxy buck2 run executorch/examples/quantization:example -- -m=w2l --verify

Differential Revision: D49479546
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49479546

jerryzh168 added a commit to jerryzh168/pytorch that referenced this pull request Sep 27, 2023
Summary:
X-link: pytorch/executorch#446


Also added annotation support for conv1d_relu and conv1d in XNNPACKQuantizer, the quantized results still
matches fx quant path (didn't quantize conv1d) so tests are not disabled

Test Plan: with-proxy buck2 run executorch/examples/quantization:example -- -m=w2l --verify

Reviewed By: kimishpatel

Differential Revision: D49479546
jerryzh168 added a commit to jerryzh168/pytorch that referenced this pull request Sep 27, 2023
Summary:
X-link: pytorch/executorch#446


Also added annotation support for conv1d_relu and conv1d in XNNPACKQuantizer, the quantized results still
matches fx quant path (didn't quantize conv1d) so tests are not disabled

Test Plan: with-proxy buck2 run executorch/examples/quantization:example -- -m=w2l --verify

Reviewed By: kimishpatel

Differential Revision: D49479546
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49479546

jerryzh168 added a commit to jerryzh168/pytorch that referenced this pull request Sep 27, 2023
Summary:
X-link: pytorch/executorch#446


Also added annotation support for conv1d_relu and conv1d in XNNPACKQuantizer, the quantized results still
matches fx quant path (didn't quantize conv1d) so tests are not disabled

Test Plan: with-proxy buck2 run executorch/examples/quantization:example -- -m=w2l --verify

Reviewed By: kimishpatel

Differential Revision: D49479546
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49479546

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49479546

jerryzh168 added a commit to jerryzh168/pytorch that referenced this pull request Sep 27, 2023
Summary:
X-link: pytorch/executorch#446


Also added annotation support for conv1d_relu and conv1d in XNNPACKQuantizer, the quantized results still
matches fx quant path (didn't quantize conv1d) so tests are not disabled

Test Plan: with-proxy buck2 run executorch/examples/quantization:example -- -m=w2l --verify

Reviewed By: kimishpatel

Differential Revision: D49479546
Summary:

X-link: pytorch/pytorch#109830

Also added annotation support for conv1d_relu and conv1d in XNNPACKQuantizer, the quantized results still
matches fx quant path (didn't quantize conv1d) so tests are not disabled

Reviewed By: kimishpatel

Differential Revision: D49479546
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49479546

jerryzh168 added a commit to jerryzh168/pytorch that referenced this pull request Sep 28, 2023
Summary:
X-link: pytorch/executorch#446


Also added annotation support for conv1d_relu and conv1d in XNNPACKQuantizer, the quantized results still
matches fx quant path (didn't quantize conv1d) so tests are not disabled

Test Plan: with-proxy buck2 run executorch/examples/quantization:example -- -m=w2l --verify

Reviewed By: kimishpatel

Differential Revision: D49479546
@jerryzh168 jerryzh168 closed this Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants