Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
models
提交
77f4a323
M
models
项目概览
PaddlePaddle
/
models
大约 1 年 前同步成功
通知
222
Star
6828
Fork
2962
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
602
列表
看板
标记
里程碑
合并请求
255
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
M
models
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
602
Issue
602
列表
看板
标记
里程碑
合并请求
255
合并请求
255
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
77f4a323
编写于
11月 23, 2021
作者:
C
cuicheng01
提交者:
GitHub
11月 23, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update tipc lite docs (#5385)
上级
6a781aef
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
16 addition
and
16 deletion
+16
-16
docs/tipc_test/development_specification_docs/Lite_arm_cpu_cpp_infer.md
.../development_specification_docs/Lite_arm_cpu_cpp_infer.md
+8
-8
docs/tipc_test/development_specification_docs/Lite_arm_gpu_opencl_cpp_infer.md
...pment_specification_docs/Lite_arm_gpu_opencl_cpp_infer.md
+8
-8
docs/tipc_test/development_specification_docs/images/lite_cpu_cpp_auto_log.png
...pment_specification_docs/images/lite_cpu_cpp_auto_log.png
+0
-0
docs/tipc_test/development_specification_docs/images/lite_gpu_opencl_cpp_auto_log.png
...pecification_docs/images/lite_gpu_opencl_cpp_auto_log.png
+0
-0
未找到文件。
docs/tipc_test/development_specification_docs/Lite_arm_cpu_cpp_infer.md
浏览文件 @
77f4a323
...
...
@@ -11,11 +11,11 @@
-
[
3.2.2 接入步骤
](
#接入步骤
)
-
[
3.3 编写自动化测试代码
](
#编写自动化测试代码
)
-
[
4.附录
](
#附录
)
-
[
4.1 自动化测试脚本test_arm_cpp.sh函数介绍
](
#自动化测试脚本
test_arm_cpp.sh
函数介绍
)
-
[
4.2
其他说明
](
#其他说明
)
-
[
4.1 自动化测试脚本test_arm_cpp.sh函数介绍
](
#自动化测试脚本函数介绍
)
-
[
4.2
注意事项
](
#注意事项
)
<a
name=
"概述"
></a>
# 1
、
概述
# 1
.
概述
训推一体认证(TIPC)旨在监控框架代码更新可能导致的模型训练、预测报错、性能下降等问题。本文主要介绍TIPC中基于ARM_CPU设备的Lite预测cpp测试的接入规范和监测点,是在基础测试上针对Lite测试的补充说明。
...
...
@@ -36,7 +36,7 @@
**注:**
由于CI有时间限制,所以在测试的时候需要限制运行时间,所以需要构建一个很小的数据集完成测试。
<a
name=
"总览"
></a>
# 2
、
总览
# 2
.
总览
<a
name=
"训推一体自动化测试"
></a>
## 2.1 训推一体自动化测试
...
...
@@ -70,7 +70,7 @@ test_tipc/
不同代码仓库的
`configs`
目录下的内容可根据实际情况进行调整, 配置文件
`model_linux_gpu_normal_normal_lite_cpp_arm_cpu.txt`
需满足
[
TIPC配置文件命名规范
](
https://github.com/PaddlePaddle/PaddleOCR/tree/dygraph/test_tipc#%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%E5%91%BD%E5%90%8D%E8%A7%84%E8%8C%83
)
。
<a
name=
"Lite端ARM_CPU预测接入TIPC流程"
></a>
# 3
、
Lite端ARM_CPU预测接入TIPC流程
# 3
.
Lite端ARM_CPU预测接入TIPC流程
Lite端ARM_CPU预测接入TIPC包含如下三个步骤,接下来将依次介绍这三个部分。
...
...
@@ -263,7 +263,7 @@ if (strcmp(argv[9], "True") == 0) {
```
2.
输出日志格式如下:
![](
images/lite_auto_log.png
)
![](
images/lite_
cpu_cpp_
auto_log.png
)
<a
name=
"编写自动化测试代码"
></a>
## 3.3 编写自动化测试代码
...
...
@@ -286,9 +286,9 @@ if (strcmp(argv[9], "True") == 0) {
| –benchmark:True | 设置是否开启AutoLog的参数 |
<a
name=
"附录"
></a>
# 4
、
附录
# 4
.
附录
<a
name=
"自动化测试脚本
test_lite_arm_cpp.sh
函数介绍"
></a>
<a
name=
"自动化测试脚本函数介绍"
></a>
## 4.1 自动化测试脚本test_lite_arm_cpp.sh函数介绍
Lite预测核心函数:
...
...
docs/tipc_test/development_specification_docs/Lite_arm_gpu_opencl_cpp_infer.md
浏览文件 @
77f4a323
...
...
@@ -11,11 +11,11 @@
-
[
3.2.2 接入步骤
](
#接入步骤
)
-
[
3.3 编写自动化测试代码
](
#编写自动化测试代码
)
-
[
4.附录
](
#附录
)
-
[
4.1 自动化测试脚本test_arm_cpp.sh函数介绍
](
#自动化测试脚本
test_arm_cpp.sh
函数介绍
)
-
[
4.2
其他说明
](
#其他说明
)
-
[
4.1 自动化测试脚本test_arm_cpp.sh函数介绍
](
#自动化测试脚本函数介绍
)
-
[
4.2
注意事项
](
#注意事项
)
<a
name=
"概述"
></a>
# 1
、
概述
# 1
.
概述
训推一体认证(TIPC)旨在监控框架代码更新可能导致的模型训练、预测报错、性能下降等问题。本文主要介绍TIPC中基于ARM_GPU_OPENCL设备的Lite预测cpp测试的接入规范和监测点,是在基础测试上针对Lite测试的补充说明。
...
...
@@ -36,7 +36,7 @@
**注:**
由于CI有时间限制,所以在测试的时候需要限制运行时间,所以需要构建一个很小的数据集完成测试。
<a
name=
"总览"
></a>
# 2
、
总览
# 2
.
总览
<a
name=
"训推一体自动化测试"
></a>
## 2.1 训推一体自动化测试
...
...
@@ -70,7 +70,7 @@ test_tipc/
不同代码仓库的
`configs`
目录下的内容可根据实际情况进行调整, 配置文件
`model_linux_gpu_normal_normal_lite_cpp_arm_gpu_opencl.txt`
需满足
[
TIPC配置文件命名规范
](
https://github.com/PaddlePaddle/PaddleOCR/tree/dygraph/test_tipc#%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%E5%91%BD%E5%90%8D%E8%A7%84%E8%8C%83
)
。
<a
name=
"Lite端ARM_GPU_OPENCL预测接入TIPC流程"
></a>
# 3
、
Lite端ARM_GPU_OPENCL预测接入TIPC流程
# 3
.
Lite端ARM_GPU_OPENCL预测接入TIPC流程
Lite端ARM_GPU_OPENCL预测接入TIPC包含如下三个步骤,接下来将依次介绍这三个部分。
...
...
@@ -265,7 +265,7 @@ if (strcmp(argv[9], "True") == 0) {
```
2.
输出日志格式如下:
![](
images/lite_auto_log.png
)
![](
images/lite_
gpu_opencl_cpp_
auto_log.png
)
<a
name=
"编写自动化测试代码"
></a>
## 3.3 编写自动化测试代码
...
...
@@ -289,9 +289,9 @@ if (strcmp(argv[9], "True") == 0) {
| –benchmark:True | 设置是否开启AutoLog的参数 |
<a
name=
"附录"
></a>
# 4
、
附录
# 4
.
附录
<a
name=
"自动化测试脚本
test_lite_arm_cpp.sh
函数介绍"
></a>
<a
name=
"自动化测试脚本函数介绍"
></a>
## 4.1 自动化测试脚本test_lite_arm_cpp.sh函数介绍
Lite预测核心函数:
...
...
docs/tipc_test/development_specification_docs/images/lite_auto_log.png
→
docs/tipc_test/development_specification_docs/images/lite_
cpu_cpp_
auto_log.png
浏览文件 @
77f4a323
文件已移动
docs/tipc_test/development_specification_docs/images/lite_gpu_opencl_cpp_auto_log.png
0 → 100644
浏览文件 @
77f4a323
218.1 KB
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录