Skip to content

Commit 8d22636

Browse files
committed
clean up
1 parent f8d9059 commit 8d22636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ We also provide a simple demo to quantize these models to specified bit-width wi
4848
`python quantize.py --type cifar10 --quant_method linear --param_bits 8 --fwd_bits 8 --bn_bits 8 --ngpu 1`
4949

5050
## Top1 Accuracy
51-
We evaluate the performance of popular dataset and models with linear quantized method. The bit-width of running mean and running variance in BN are 10 bits for all results (except for 32-float (except for 32-float).
51+
We evaluate the performance of popular dataset and models with linear quantized method. The bit-width of running mean and running variance in BN are 10 bits for all results. (except for 32-float)
5252

5353

5454
|Model|32-float |12-bit |10-bit |8-bit |6-bit |

0 commit comments

Comments
 (0)