未验证 提交 91fb0290 编写于 作者: Y Yiyao Wang 提交者: GitHub

add crnn int8(EN) (#98)

* add crnn int8 EN

* add crnn int8 (ch)

* revise models

* rename models
上级 a39a247b
......@@ -8,10 +8,12 @@ Results of accuracy evaluation with [tools/eval](../../tools/eval) at different
|--------------|------------|-----------|-----------|
| CRNN_EN | 81.66 | 74.33 | 52.78 |
| CRNN_EN_FP16 | 82.01 | 74.93 | 52.34 |
| CRNN_EN_INT8 | 81.75 | 75.33 | 52.43 |
| CRNN_CH | 71.28 | 80.90 | 67.36 |
| CRNN_CH_FP16 | 78.63 | 80.93 | 67.01 |
| CRNN_CH_INT8 | 78.03 | 80.93 | 66.67 |
\*: 'FP16' stands for 'model quantized into FP16'.
\*: 'FP16' or 'INT8' stands for 'model quantized into FP16' or 'model quantized into int8'
Note:
- Model source:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册