Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleDetection
提交
ff62e6ff
P
PaddleDetection
项目概览
PaddlePaddle
/
PaddleDetection
大约 1 年 前同步成功
通知
695
Star
11112
Fork
2696
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
184
列表
看板
标记
里程碑
合并请求
40
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleDetection
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
184
Issue
184
列表
看板
标记
里程碑
合并请求
40
合并请求
40
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
ff62e6ff
编写于
6月 10, 2022
作者:
S
shangliang Xu
提交者:
GitHub
6月 10, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[TIPC] fix fleet train shell name, test=document_fix (#6176)
上级
60631c65
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
6 addition
and
6 deletion
+6
-6
test_tipc/configs/keypoint/tinypose_128x96_model_linux_gpu_normal_normal_infer_cpp_linux_gpu_cpu.txt
...model_linux_gpu_normal_normal_infer_cpp_linux_gpu_cpu.txt
+1
-1
test_tipc/configs/ppyoloe/ppyoloe_crn_s_300e_coco_train_linux_gpu_fleet_normal_infer_python_linux_gpu_cpu.txt
...ain_linux_gpu_fleet_normal_infer_python_linux_gpu_cpu.txt
+0
-0
test_tipc/docs/test_train_fleet_inference_python.md
test_tipc/docs/test_train_fleet_inference_python.md
+5
-5
未找到文件。
test_tipc/configs/keypoint/tinypose_128x96_model_linux_gpu_normal_normal_infer_cpp_linux_gpu_cpu.txt
浏览文件 @
ff62e6ff
...
...
@@ -20,7 +20,7 @@ inference:./deploy/cpp/build/main
--device:gpu|cpu
--use_mkldnn:False
--cpu_threads:4
--batch_size:1
|2
--batch_size:1
--use_tensorrt:null
--run_mode:paddle
--model_dir_keypoint:
...
...
test_tipc/configs/ppyoloe/ppyoloe_crn_s_300e_coco_train_
fleet_infer_python
.txt
→
test_tipc/configs/ppyoloe/ppyoloe_crn_s_300e_coco_train_
linux_gpu_fleet_normal_infer_python_linux_gpu_cpu
.txt
浏览文件 @
ff62e6ff
文件已移动
test_tipc/docs/test_train_fleet_inference_python.md
浏览文件 @
ff62e6ff
...
...
@@ -31,10 +31,10 @@ Linux GPU/CPU 多机多卡训练推理测试的主程序为`test_train_fleet_inf
#### 2.1.2 准备数据
运行
`prepare.sh`
准备数据和模型,以配置文件
`test_tipc/configs/ppyoloe/ppyoloe_crn_s_300e_coco_train_
fleet_infer_python
.txt`
为例,数据准备命令如下所示。
运行
`prepare.sh`
准备数据和模型,以配置文件
`test_tipc/configs/ppyoloe/ppyoloe_crn_s_300e_coco_train_
linux_gpu_fleet_normal_infer_python_linux_gpu_cpu
.txt`
为例,数据准备命令如下所示。
```
shell
bash test_tipc/prepare.sh test_tipc/configs/ppyoloe/ppyoloe_crn_s_300e_coco_train_
fleet_infer_python
.txt lite_train_lite_infer
bash test_tipc/prepare.sh test_tipc/configs/ppyoloe/ppyoloe_crn_s_300e_coco_train_
linux_gpu_fleet_normal_infer_python_linux_gpu_cpu
.txt lite_train_lite_infer
```
**注意:**
由于是多机训练,这里需要在所有的节点上均运行启动上述命令,准备数据。
...
...
@@ -47,10 +47,10 @@ bash test_tipc/prepare.sh test_tipc/configs/ppyoloe/ppyoloe_crn_s_300e_coco_trai
export
FLAGS_START_PORT
=
17000
```
以配置文件
`test_tipc/configs/ppyoloe/ppyoloe_crn_s_300e_coco_train_
fleet_infer_python
.txt`
为例,测试方法如下所示。
以配置文件
`test_tipc/configs/ppyoloe/ppyoloe_crn_s_300e_coco_train_
linux_gpu_fleet_normal_infer_python_linux_gpu_cpu
.txt`
为例,测试方法如下所示。
```
shell
bash test_tipc/test_train_inference_python.sh test_tipc/configs/ppyoloe/ppyoloe_crn_s_300e_coco_train_
fleet_infer_python
.txt lite_train_lite_infer
bash test_tipc/test_train_inference_python.sh test_tipc/configs/ppyoloe/ppyoloe_crn_s_300e_coco_train_
linux_gpu_fleet_normal_infer_python_linux_gpu_cpu
.txt lite_train_lite_infer
```
**注意:**
由于是多机训练,这里需要在所有的节点上均运行启动上述命令进行测试。
...
...
@@ -65,7 +65,7 @@ bash test_tipc/test_train_inference_python.sh test_tipc/configs/ppyoloe/ppyoloe
tools/train.py
-c
configs/ppyoloe/ppyoloe_crn_s_300e_coco.yml
-o
log_iter
=
1
use_gpu
=
True
save_dir
=
./test_tipc/outpu
t/ppyoloe_crn_s_300e_coco/norm_train_gpus_0,1_autocast_null_nodes_2
epoch
=
1
pretrain_weights
=
https://paddledet.bj.bc
ebos.com/models/ppyoloe_crn_s_300e_coco.pdparams TrainReader.batch_size
=
2
filename
=
ppyoloe_crn_s_300e_coco
!
......
Run successfully with
command
- python3.7 ./deploy/python/infer.py
--device
=
cpu
--enable_mkldnn
=
False
--cpu_threads
=
4
--model_dir
=
./test_tipc/output/ppyoloe_crn_s_300e_coco/norm_train_gpus_0,1_autocast_null_nodes_2/ppyoloe_crn_s_30
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录