File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ the floating-point number before quantization. We are then able to
5454obtain the integer $q$ after quantization.
5555
5656$$ q=clip(round(\frac{r}{s}+z),q_{min},q_{max}) $$
57- :eqlabel:` equ: ch-deploy/quantization-q`
57+ :eqlabel:` ch-deploy/quantization-q `
5858
5959$clip(\cdot)$ and $round(\cdot)$ indicate the truncation and rounding
6060operations, and $q_ {min}$ and $q_ {max}$ indicate the minimum and maximum
@@ -180,7 +180,7 @@ u_c=E(w_c)-E(\hat{w_c}) \\
180180\zeta_c=\frac{||w_c-E(w_c)||}{||\hat{w_c}-E(\hat{w_c})||}
181181\end{aligned}
182182$$
183- :eqlabel:` equ: ch-deploy/post-quantization`
183+ :eqlabel:` ch-deploy/post-quantization `
184184
185185As a general model compression method, quantization can significantly
186186improve the memory and compression efficiency of neural networks, and
You can’t perform that action at this time.
0 commit comments