Skip to content

Commit

Permalink
remove 2.0 load 1.1 model
Browse files Browse the repository at this point in the history
  • Loading branch information
WenmuZhou committed Dec 12, 2020
1 parent 0e80bad commit c3231f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 1 addition & 5 deletions doc/doc_ch/models_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1,9月22日更新
## OCR模型列表(V1.1,2020年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}`

7 changes: 2 additions & 5 deletions doc/doc_en/models_list_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1,9月22日更新)
[1.1 series model address](https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/doc/doc_ch/models_list.md)
## OCR model list (V1.1,update 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)

0 comments on commit c3231f1

Please sign in to comment.