Update readme.md

This commit is contained in:
MissPenguin 2020-11-03 15:15:38 +08:00 committed by GitHub
parent c37bf51768
commit d7d4892e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ pip3.5 install func-timeout
<a name="转换模型"></a>
## 2. 转换模型
Paddle Serving无法直接用训练模型checkpoints 模型或推理模型inference 模型进行部署。Serving模型由两个文件夹构成用于存放客户端和服务端的配置。本节介绍如何将推理模型转换为Paddle Serving可部署的模型。
Paddle Serving无法直接用训练模型checkpoints 模型或推理模型inference 模型进行部署。Serving模型由两个文件夹构成用于存放客户端和服务端的配置。本节介绍如何将推理模型转换为Paddle Serving可部署的模型。
**以文本检测模型`ch_ppocr_mobile_v1.1_det_infer`为例,文本识别模型和方向分类器的转换同理。**