Skip to content

Commit

Permalink
add quantization example to readme (apache#14186)
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyu-intel authored and drivanov committed Mar 4, 2019
1 parent 0ba524d commit 287dbbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 287dbbc

Please sign in to comment.