Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Serving
提交
12e3949f
S
Serving
项目概览
PaddlePaddle
/
Serving
大约 1 年 前同步成功
通知
186
Star
833
Fork
253
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
105
列表
看板
标记
里程碑
合并请求
10
Wiki
2
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Serving
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
105
Issue
105
列表
看板
标记
里程碑
合并请求
10
合并请求
10
Pages
分析
分析
仓库分析
DevOps
Wiki
2
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
12e3949f
编写于
8月 19, 2020
作者:
W
wangjiawei04
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix some docs
上级
b7ad237a
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
11 addition
and
1 deletion
+11
-1
README.md
README.md
+5
-0
README_CN.md
README_CN.md
+5
-0
python/examples/blazeface/README.md
python/examples/blazeface/README.md
+1
-1
未找到文件。
README.md
浏览文件 @
12e3949f
...
...
@@ -172,6 +172,11 @@ Here, `client.predict` function has two arguments. `feed` is a `python dict` wit
-
[
An End-to-end tutorial from training to inference service deployment
](
doc/TRAIN_TO_SERVICE.md
)
-
[
Write Bert-as-Service in 10 minutes
](
doc/BERT_10_MINS.md
)
### Tutorial at AIStudio
-
[
Introduction to PaddleServing
](
https://aistudio.baidu.com/aistudio/projectdetail/605819
)
-
[
Image Segmentation on Paddle Serving
](
https://aistudio.baidu.com/aistudio/projectdetail/457715
)
-
[
Sentimental Analysis
](
https://aistudio.baidu.com/aistudio/projectdetail/509014
)
### Developers
-
[
How to config Serving native operators on server side?
](
doc/SERVER_DAG.md
)
-
[
How to develop a new Serving operator?
](
doc/NEW_OPERATOR.md
)
...
...
README_CN.md
浏览文件 @
12e3949f
...
...
@@ -169,6 +169,11 @@ print(fetch_map)
-
[
端到端完成从训练到部署全流程
](
doc/TRAIN_TO_SERVICE_CN.md
)
-
[
十分钟构建Bert-As-Service
](
doc/BERT_10_MINS_CN.md
)
### AIStudio教程
-
[
PaddleServing作业
](
https://aistudio.baidu.com/aistudio/projectdetail/605819
)
-
[
PaddleServing图像分割
](
https://aistudio.baidu.com/aistudio/projectdetail/457715
)
-
[
PaddleServing情感分析
](
https://aistudio.baidu.com/aistudio/projectdetail/509014
)
### 开发者教程
-
[
如何配置Server端的计算图?
](
doc/SERVER_DAG_CN.md
)
-
[
如何开发一个新的General Op?
](
doc/NEW_OPERATOR_CN.md
)
...
...
python/examples/blazeface/README.md
浏览文件 @
12e3949f
...
...
@@ -3,7 +3,7 @@
## Get Model
```
python -m paddle_serving_app.package --get_model blazeface
tar -x
zv
f blazeface.tar.gz
tar -xf blazeface.tar.gz
```
## RPC Service
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录