Skip to content
Snippets Groups Projects
Commit b8abfad0 authored by 103yiran's avatar 103yiran Committed by Guy Jacob
Browse files

Fix typo in algo_quantization.md (#101)

parent c25d9ee2
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ The main trade-off between these two modes is simplicity vs. utilization of the ...@@ -73,7 +73,7 @@ The main trade-off between these two modes is simplicity vs. utilization of the
### Other Features ### 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"> <p align="center">
<img src="../imgs/quant_clipped.png"/> <img src="../imgs/quant_clipped.png"/>
</p> </p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment