remove 2.0 load 1.1 model

This commit is contained in:
WenmuZhou 2020-12-12 11:03:11 +08:00
parent 0e80bade3c
commit c3231f1b0e
2 changed files with 3 additions and 10 deletions

View File

@ -68,11 +68,7 @@ PaddleOCR提供的可下载模型包括`推理模型`、`训练模型`、`预训
|ch_ppocr_mobile_v2.0_cls|原始模型|[cls_mv3.yml](../../configs/cls/cls_mv3.yml)|1.38M|[推理模型](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [训练模型](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) |
## OCR模型列表V1.19月22日更新
## OCR模型列表V1.12020年9月22日更新
[1.1系列模型地址](https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/doc/doc_ch/models_list.md)
使用2.0版本代码加载1.x系列模型训练模型需在配置文件进行如下设置
1. `Global.load_static_weights=True`
2. `Global.pretrained_model={path/to/1.x_model}`

View File

@ -66,9 +66,6 @@ The downloadable models provided by PaddleOCR include `inference model`, `traine
|ch_ppocr_mobile_v2.0_cls|Original model|[cls_mv3.yml](../../configs/cls/cls_mv3.yml)|1.38M|[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) |
## OCR模型列表V1.19月22日更新
[1.1 series model address](https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/doc/doc_ch/models_list.md)
## OCR model list (V1.1update in 2020.9.22)
Use the 2.0 version code to load the 1.x series model training model needs to be set in the configuration file as follows:
1. `Global.load_static_weights=True`
2. `Global.pretrained_model={path/to/1.x_model}`
[1.1 series model address](https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/doc/doc_ch/models_list.md)