Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
s920243400
PaddleDetection
提交
c0b10e6e
P
PaddleDetection
项目概览
s920243400
/
PaddleDetection
与 Fork 源项目一致
Fork自
PaddlePaddle / PaddleDetection
通知
2
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleDetection
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
c0b10e6e
编写于
2月 14, 2022
作者:
S
shangliang Xu
提交者:
GitHub
2月 14, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[TIPC] fix benchmark scripts (#5207)
上级
253712ad
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
18 addition
and
16 deletion
+18
-16
test_tipc/benchmark_train.sh
test_tipc/benchmark_train.sh
+9
-7
test_tipc/configs/deformable_detr/deformable_detr_r50_1x_coco_train_infer_python.txt
...e_detr/deformable_detr_r50_1x_coco_train_infer_python.txt
+1
-1
test_tipc/configs/faster_rcnn/faster_rcnn_r50_fpn_1x_coco_train_infer_python.txt
...r_rcnn/faster_rcnn_r50_fpn_1x_coco_train_infer_python.txt
+1
-1
test_tipc/configs/fcos/fcos_r50_fpn_1x_coco_train_infer_python.txt
.../configs/fcos/fcos_r50_fpn_1x_coco_train_infer_python.txt
+1
-1
test_tipc/configs/gfl/gfl_r50_fpn_1x_coco_train_infer_python.txt
...pc/configs/gfl/gfl_r50_fpn_1x_coco_train_infer_python.txt
+1
-1
test_tipc/configs/keypoint/higherhrnet_hrnet_w32_512_train_infer_python.txt
...keypoint/higherhrnet_hrnet_w32_512_train_infer_python.txt
+1
-1
test_tipc/configs/keypoint/hrnet_w32_256x192_train_infer_python.txt
...configs/keypoint/hrnet_w32_256x192_train_infer_python.txt
+1
-1
test_tipc/configs/mot/fairmot_dla34_30e_1088x608_train_infer_python.txt
...igs/mot/fairmot_dla34_30e_1088x608_train_infer_python.txt
+1
-1
test_tipc/configs/mot/jde_darknet53_30e_1088x608_train_infer_python.txt
...igs/mot/jde_darknet53_30e_1088x608_train_infer_python.txt
+1
-1
test_tipc/configs/solov2/solov2_r50_fpn_1x_coco_train_infer_python.txt
...figs/solov2/solov2_r50_fpn_1x_coco_train_infer_python.txt
+1
-1
未找到文件。
test_tipc/benchmark_train.sh
浏览文件 @
c0b10e6e
...
...
@@ -91,13 +91,15 @@ profile_option="${profile_option_key}:${profile_option_params}"
line_num
=
`
expr
$line_num
+ 1
`
flags_value
=
$(
func_parser_value
"
${
lines
[line_num]
}
"
)
# set flags
IFS
=
";"
flags_list
=(
${
flags_value
}
)
for
_flag
in
${
flags_list
[*]
}
;
do
cmd
=
"export
${
_flag
}
"
eval
$cmd
done
if
[
${
flags_value
}
!=
"null"
]
;
then
# set flags
IFS
=
";"
flags_list
=(
${
flags_value
}
)
for
_flag
in
${
flags_list
[*]
}
;
do
cmd
=
"export
${
_flag
}
"
eval
$cmd
done
fi
# set log_name
repo_name
=
$(
get_repo_name
)
...
...
test_tipc/configs/deformable_detr/deformable_detr_r50_1x_coco_train_infer_python.txt
浏览文件 @
c0b10e6e
...
...
@@ -54,4 +54,4 @@ batch_size:2
fp_items:fp32|fp16
epoch:1
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:FLAGS_eager_delete_tensor_gb=0.0;FLAGS_fraction_of_gpu_memory_to_use=0.98;FLAGS_conv_workspace_size_limit=4096
\ No newline at end of file
flags:null
\ No newline at end of file
test_tipc/configs/faster_rcnn/faster_rcnn_r50_fpn_1x_coco_train_infer_python.txt
浏览文件 @
c0b10e6e
...
...
@@ -54,4 +54,4 @@ batch_size:2|8
fp_items:fp32|fp16
epoch:1
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:FLAGS_eager_delete_tensor_gb=0.0;FLAGS_fraction_of_gpu_memory_to_use=0.98;FLAGS_conv_workspace_size_limit=4096
\ No newline at end of file
flags:null
\ No newline at end of file
test_tipc/configs/fcos/fcos_r50_fpn_1x_coco_train_infer_python.txt
浏览文件 @
c0b10e6e
...
...
@@ -54,4 +54,4 @@ batch_size:2|8
fp_items:fp32|fp16
epoch:1
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:FLAGS_eager_delete_tensor_gb=0.0;FLAGS_fraction_of_gpu_memory_to_use=0.98;FLAGS_conv_workspace_size_limit=4096
\ No newline at end of file
flags:null
\ No newline at end of file
test_tipc/configs/gfl/gfl_r50_fpn_1x_coco_train_infer_python.txt
浏览文件 @
c0b10e6e
...
...
@@ -54,4 +54,4 @@ batch_size:2|8
fp_items:fp32|fp16
epoch:1
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:FLAGS_eager_delete_tensor_gb=0.0;FLAGS_fraction_of_gpu_memory_to_use=0.98;FLAGS_conv_workspace_size_limit=4096
\ No newline at end of file
flags:null
\ No newline at end of file
test_tipc/configs/keypoint/higherhrnet_hrnet_w32_512_train_infer_python.txt
浏览文件 @
c0b10e6e
...
...
@@ -54,4 +54,4 @@ batch_size:20|24
fp_items:fp32|fp16
epoch:1
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:FLAGS_eager_delete_tensor_gb=0.0;FLAGS_fraction_of_gpu_memory_to_use=0.98;FLAGS_conv_workspace_size_limit=4096
\ No newline at end of file
flags:null
\ No newline at end of file
test_tipc/configs/keypoint/hrnet_w32_256x192_train_infer_python.txt
浏览文件 @
c0b10e6e
...
...
@@ -54,4 +54,4 @@ batch_size:64|160
fp_items:fp32|fp16
epoch:1
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:FLAGS_eager_delete_tensor_gb=0.0;FLAGS_fraction_of_gpu_memory_to_use=0.98;FLAGS_conv_workspace_size_limit=4096
\ No newline at end of file
flags:null
\ No newline at end of file
test_tipc/configs/mot/fairmot_dla34_30e_1088x608_train_infer_python.txt
浏览文件 @
c0b10e6e
...
...
@@ -54,4 +54,4 @@ batch_size:6|22
fp_items:fp32|fp16
epoch:1
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:FLAGS_eager_delete_tensor_gb=0.0;FLAGS_fraction_of_gpu_memory_to_use=0.98;FLAGS_conv_workspace_size_limit=4096
\ No newline at end of file
flags:null
\ No newline at end of file
test_tipc/configs/mot/jde_darknet53_30e_1088x608_train_infer_python.txt
浏览文件 @
c0b10e6e
...
...
@@ -54,4 +54,4 @@ batch_size:4|14
fp_items:fp32|fp16
epoch:1
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:FLAGS_eager_delete_tensor_gb=0.0;FLAGS_fraction_of_gpu_memory_to_use=0.98;FLAGS_conv_workspace_size_limit=4096
\ No newline at end of file
flags:null
\ No newline at end of file
test_tipc/configs/solov2/solov2_r50_fpn_1x_coco_train_infer_python.txt
浏览文件 @
c0b10e6e
...
...
@@ -54,4 +54,4 @@ batch_size:2|4
fp_items:fp32|fp16
epoch:1
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:FLAGS_eager_delete_tensor_gb=0.0;FLAGS_fraction_of_gpu_memory_to_use=0.98;FLAGS_conv_workspace_size_limit=4096
\ No newline at end of file
flags:null
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录