From 9dda62f4adedeb35726d2d5d05223f018291ad8a Mon Sep 17 00:00:00 2001 From: vdantu <36211508+vdantu@users.noreply.github.com> Date: Mon, 8 Apr 2019 10:19:02 -0700 Subject: [PATCH] The folder python-howto was removed in an earlier commit. The reference to that folder was not removed. Making a PR to remove the reference to this folder to keep documents consistent (#14573) --- example/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/example/README.md b/example/README.md index 0c9ac4d39d0e..16b556dcda08 100644 --- a/example/README.md +++ b/example/README.md @@ -128,7 +128,6 @@ If your tutorial depends on specific packages, simply add them to this provision * [Neural Style](neural-style) - use deep learning for style transfer in images * [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