Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

INC quantization tutorial #20889

Merged
merged 12 commits into from
Feb 18, 2022
Merged

Conversation

PawelGlomski-Intel
Copy link
Contributor

Description

This change extends MKLDNN quantization tutorial with quantization and auto-tuning using Intel® Neural Compressor.

@mxnet-bot
Copy link

Hey @PawelGlomski-Intel , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [unix-gpu, unix-cpu, windows-cpu, sanity, centos-gpu, website, miscellaneous, clang, centos-cpu, edge, windows-gpu]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@mseth10 mseth10 added pr-awaiting-testing PR is reviewed and waiting CI build and test pr-awaiting-review PR is waiting for code review and removed pr-awaiting-testing PR is reviewed and waiting CI build and test labels Feb 10, 2022
toc = time.time()
logging.info('Time cost=%.2fs', toc - tic)

# we choose the best model assuming higher score stands for better model quality
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some comments start from capital letter some from a small one in both *.py files.

@mseth10 mseth10 added pr-awaiting-testing PR is reviewed and waiting CI build and test pr-work-in-progress PR is still work in progress and removed pr-awaiting-review PR is waiting for code review pr-awaiting-testing PR is reviewed and waiting CI build and test labels Feb 17, 2022
@bgawrych
Copy link
Contributor

@mxnet-bot run ci [unix-cpu, unix-gpu, website]

@mxnet-bot
Copy link

Jenkins CI successfully triggered : [unix-gpu, website, unix-cpu]

@mseth10 mseth10 added pr-awaiting-testing PR is reviewed and waiting CI build and test and removed pr-work-in-progress PR is still work in progress pr-awaiting-testing PR is reviewed and waiting CI build and test labels Feb 17, 2022
@mseth10 mseth10 added the pr-work-in-progress PR is still work in progress label Feb 17, 2022
@bgawrych
Copy link
Contributor

@mxnet-bot run ci [unix-cpu, website]

@mxnet-bot
Copy link

Jenkins CI successfully triggered : [unix-cpu, website]

@mseth10 mseth10 added pr-awaiting-testing PR is reviewed and waiting CI build and test pr-awaiting-review PR is waiting for code review and removed pr-work-in-progress PR is still work in progress pr-awaiting-testing PR is reviewed and waiting CI build and test labels Feb 18, 2022
@bgawrych bgawrych merged commit 9e9e98c into apache:v1.x Feb 18, 2022
josephevans pushed a commit that referenced this pull request Mar 9, 2022
* Add inc to quantization documentation

* Minor fixes

* review fixes

* fix

* fix2

* Add BERT example with results, review fixes

* Add results from aws machine (with VNNI instructions)

* Small fix

* Fix mxnet installation instruction

* Review fixes

* Review fixes
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr-awaiting-review PR is waiting for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants