Skip to content

Commit ca4cf3b

Browse files
authored
Fix ch04.md
1 parent 3d38431 commit ca4cf3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ch04/ch04.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ $$
183183
Z = round(q_{max}-\frac{r_{max}}{S})
184184
$$
185185

186-
  其中,$r_{max}$ 和 $r_{max}$分别表示浮点数中的最小值和最大值,$q_{max}$ 和 $q_{min}$分别表示定点数中的最小值和最大值。
186+
  其中,$r_{min}$ 和 $r_{max}$分别表示浮点数中的最小值和最大值,$q_{max}$ 和 $q_{min}$分别表示定点数中的最小值和最大值。
187187

188188
![图4-10 线性量化](images/linear.png)
189189

@@ -547,4 +547,4 @@ $$
547547

548548
- [Model Quantization 1: Basic Concepts](https://medium.com/@florian_algo/model-quantization-1-basic-concepts-860547ec6aa9)
549549
- [Model Quantization 3: Timing and Granularity](https://blog.gopenai.com/model-quantization-3-timing-and-granularity-a0978c6e58d4)
550-
- [A Visual Guide to Quantization](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-quantization#%C2%A7symmetric-quantization)
550+
- [A Visual Guide to Quantization](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-quantization#%C2%A7symmetric-quantization)

0 commit comments

Comments
 (0)