ONNX
Yiyao Wang zihaomu commited on
Commit
3f9e822
·
1 Parent(s): 2f69f9d

Fix the two FP16 models of CRNN(#131)

Browse files

* The results of the two models remain the same accuracy.

* re-upload int8 models

* updated by yiyao

* remove the sim suffix

---------

Co-authored-by: zihaomu <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ Results of accuracy evaluation with [tools/eval](../../tools/eval) at different
11
  | CRNN_EN_INT8 | 81.75 | 75.33 | 52.43 |
12
  | CRNN_CH | 71.28 | 80.90 | 67.36 |
13
  | CRNN_CH_FP16 | 78.63 | 80.93 | 67.01 |
14
- | CRNN_CH_INT8 | 78.03 | 80.93 | 66.67 |
15
 
16
  \*: 'FP16' or 'INT8' stands for 'model quantized into FP16' or 'model quantized into int8'
17
 
 
11
  | CRNN_EN_INT8 | 81.75 | 75.33 | 52.43 |
12
  | CRNN_CH | 71.28 | 80.90 | 67.36 |
13
  | CRNN_CH_FP16 | 78.63 | 80.93 | 67.01 |
14
+ | CRNN_CH_INT8 | 78.11 | 81.20 | 67.01 |
15
 
16
  \*: 'FP16' or 'INT8' stands for 'model quantized into FP16' or 'model quantized into int8'
17