You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2019/02/18 18:57:58 UTC

[incubator-mxnet] branch master updated: add quantization example to readme (#14186)

This is an automated email from the ASF dual-hosted git repository.

lanking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new bada8a1  add quantization example to readme (#14186)
bada8a1 is described below

commit bada8a1961f0da7f01cd9e61d03f280c48083f1b
Author: Xinyu Chen <xi...@intel.com>
AuthorDate: Tue Feb 19 02:57:22 2019 +0800

    add quantization example to readme (#14186)
---
 example/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/example/README.md b/example/README.md
index cd49cf9..18022be 100644
--- a/example/README.md
+++ b/example/README.md
@@ -128,6 +128,7 @@ If your tutorial depends on specific packages, simply add them to this provision
 * [Numpy Operator Customization](numpy-ops) - Examplea on quick customize new ops with Numpy
 * [Profiling](profiler) - generate profiling results in json files
 * [Python How To](python-howto) - a variety of Python examples
+* [Quantization and Calibration Examples](quantization) - examples of quantizing a FP32 model to INT8 and performing low-precision inference with Intel MKL-DNN on CPU or cuDNN on GPU
 * [R-CNN](rcnn) - R-CNN with distributed implementation and data parallelization
 * [Recommender Systems](recommenders) - examples of how to build various kinds of recommender systems
 * [Reinforcement Learning](reinforcement-learning) - a variety of reinforcement learning examples