Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Serving
提交
68a43e5f
S
Serving
项目概览
PaddlePaddle
/
Serving
大约 1 年 前同步成功
通知
185
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看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
68a43e5f
编写于
5月 11, 2021
作者:
J
Jiawei Wang
提交者:
GitHub
5月 11, 2021
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #1199 from ZhangYulongg/patch-9
Update ipipe_py3.sh
上级
2318fe1b
26fce3da
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
19 addition
and
2 deletion
+19
-2
tools/scripts/ipipe_py3.sh
tools/scripts/ipipe_py3.sh
+19
-2
未找到文件。
tools/scripts/ipipe_py3.sh
浏览文件 @
68a43e5f
...
...
@@ -39,7 +39,8 @@ go get -u google.golang.org/grpc@v1.33.0
build_whl_list
=(
build_cpu_server build_gpu_server build_client build_app
)
rpc_model_list
=(
grpc_fit_a_line grpc_yolov4 pipeline_imagenet bert_rpc_gpu bert_rpc_cpu ResNet50_rpc
\
lac_rpc cnn_rpc bow_rpc lstm_rpc fit_a_line_rpc deeplabv3_rpc mobilenet_rpc unet_rpc resnetv2_rpc
\
criteo_ctr_rpc_cpu criteo_ctr_rpc_gpu ocr_rpc yolov4_rpc_gpu faster_rcnn_hrnetv2p_w18_1x_encrypt
)
criteo_ctr_rpc_cpu criteo_ctr_rpc_gpu ocr_rpc yolov4_rpc_gpu faster_rcnn_hrnetv2p_w18_1x_encrypt
\
low_precision_resnet50_int8
)
http_model_list
=(
fit_a_line_http lac_http cnn_http bow_http lstm_http ResNet50_http bert_http
\
pipeline_ocr_cpu_http
)
...
...
@@ -148,7 +149,7 @@ function before_hook() {
setproxy
unsetproxy
cd
${
build_path
}
/python
python3.6
-m
pip
install
--upgrade
pip
==
20.0.1
python3.6
-m
pip
install
--upgrade
pip
python3.6
-m
pip
install
requests
python3.6
-m
pip
install
-r
requirements.txt
-i
https://mirror.baidu.com/pypi/simple
python3.6
-m
pip
install
numpy
==
1.16.4
...
...
@@ -260,6 +261,22 @@ function build_app() {
python3.6
-m
pip
install
${
build_path
}
/build/python/dist/
*
}
function
low_precision_resnet50_int8
()
{
dir
=
${
log_dir
}
rpc_model/low_precision/resnet50/
cd
${
build_path
}
/python/examples/low_precision/resnet50/
check_dir
${
dir
}
wget https://paddle-inference-dist.bj.bcebos.com/inference_demo/python/resnet50/ResNet50_quant.tar.gz
tar
zxvf ResNet50_quant.tar.gz
python3.6
-m
paddle_serving_client.convert
--dirname
ResNet50_quant
echo
-e
"
${
GREEN_COLOR
}
low_precision_resnet50_int8_GPU_RPC server started
${
RES
}
"
|
tee
-a
${
log_dir
}
server_total.txt
python3.6
-m
paddle_serving_server.serve
--model
serving_server
--port
9393
--gpu_ids
0
--use_trt
--precision
int8
>
${
dir
}
server_log.txt 2>&1 &
check_result server 10
echo
-e
"
${
GREEN_COLOR
}
low_precision_resnet50_int8_GPU_RPC client started
${
RES
}
"
|
tee
-a
${
log_dir
}
client_total.txt
python3.6 resnet50_client.py
>
${
dir
}
client_log.txt 2>&1
check_result client
"low_precision_resnet50_int8_GPU_RPC server test completed"
kill_server_process
}
function
faster_rcnn_hrnetv2p_w18_1x_encrypt
()
{
dir
=
${
log_dir
}
rpc_model/faster_rcnn_hrnetv2p_w18_1x/
cd
${
build_path
}
/python/examples/detection/faster_rcnn_hrnetv2p_w18_1x
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录