未验证 提交 684fee4c 编写于 作者: D Dong Daxiang 提交者: GitHub

Update README.md

上级 633c2e4b
......@@ -10,7 +10,7 @@ pip install paddle-serving-client
pip install paddle-serving-server
```
#### 训练代码保存Serving的配置
#### 训练脚本
``` python
import os
import sys
......@@ -69,10 +69,10 @@ if __name__ == "__main__":
{"acc": acc, "cost": avg_cost, "prediction": prediction})
```
#### 服务启动
#### 本地服务启动
TBA
#### 客户端访问
#### 客户端预测
``` python
from paddle_serving import Client
import sys
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册