From b8abfad08a687df38aa92a7db14059692f113336 Mon Sep 17 00:00:00 2001 From: 103yiran <1039105206@qq.com> Date: Tue, 11 Dec 2018 20:23:22 +0800 Subject: [PATCH] Fix typo in algo_quantization.md (#101) --- docs-src/docs/algo_quantization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-src/docs/algo_quantization.md b/docs-src/docs/algo_quantization.md index aad12f4..6452009 100644 --- a/docs-src/docs/algo_quantization.md +++ b/docs-src/docs/algo_quantization.md @@ -73,7 +73,7 @@ The main trade-off between these two modes is simplicity vs. utilization of the ### Other Features -- **Removing Outliers:** As discussed [here](quantization.md#outliers-removal), in some cases the float range of activations contains outliers. Spending dynamic range on these outliers hurts our ability ro represent the values we actually care about accurately. +- **Removing Outliers:** As discussed [here](quantization.md#outliers-removal), in some cases the float range of activations contains outliers. Spending dynamic range on these outliers hurts our ability to represent the values we actually care about accurately. <p align="center"> <img src="../imgs/quant_clipped.png"/> </p> -- GitLab