sfraczek opened a new pull request #20430:
URL: https://github.com/apache/incubator-mxnet/pull/20430
## Description ##
Added asymmetric quantization to fc fc pattern and refactoring by Dominika.
It is recommended to look at commits separately because refactoring is in
separate commit to make review easier.
## Checklist ##
### Essentials ###
- [x ] PR's title starts with a category (e.g. [BUGFIX], [MODEL],
[TUTORIAL], [FEATURE], [DOC], etc)
- [ x] Changes are complete (i.e. I finished coding on this PR)
- [ x] All changes have test coverage
- [ ] Code is well-documented
### Changes ###
Added fc-fc to asymmetric quantization
refactoring
This is second of asymmetric quantization optimizations applied during
mlperf optimization. There will be small change when mkldnn is updated.
Single image calibration result
```
MXNET_DISABLE_SHIFTED_QUANTIZATION_OPTIMIZATIONS=1 {"exact_match":
81.90160832544939, "f1": 89.5201243007145}
MXNET_DISABLE_SHIFTED_QUANTIZATION_OPTIMIZATIONS=0 {"exact_match":
82.09082308420057, "f1": 89.79067425156269}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]