Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleClas
提交
4f0e595e
P
PaddleClas
项目概览
PaddlePaddle
/
PaddleClas
1 年多 前同步成功
通知
116
Star
4999
Fork
1114
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
19
列表
看板
标记
里程碑
合并请求
6
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleClas
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
19
Issue
19
列表
看板
标记
里程碑
合并请求
6
合并请求
6
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
4f0e595e
编写于
3月 03, 2023
作者:
weixin_46524038
提交者:
Tingquan Gao
3月 14, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add tipc config2
上级
5d06a88a
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
44 addition
and
2 deletion
+44
-2
test_tipc/configs/DenseNet/DenseNet161_train_infer_python.txt
..._tipc/configs/DenseNet/DenseNet161_train_infer_python.txt
+7
-0
test_tipc/configs/Inception/InceptionV3_train_infer_python.txt
...tipc/configs/Inception/InceptionV3_train_infer_python.txt
+7
-0
test_tipc/configs/Inception/InceptionV4_train_infer_python.txt
...tipc/configs/Inception/InceptionV4_train_infer_python.txt
+7
-0
test_tipc/configs/Res2Net/Res2Net50_26w_4s_train_infer_python.txt
...c/configs/Res2Net/Res2Net50_26w_4s_train_infer_python.txt
+7
-0
test_tipc/configs/ResNet/ResNet101_train_infer_python.txt
test_tipc/configs/ResNet/ResNet101_train_infer_python.txt
+7
-0
test_tipc/configs/ResNet/ResNet152_train_infer_python.txt
test_tipc/configs/ResNet/ResNet152_train_infer_python.txt
+1
-1
test_tipc/configs/ResNet/ResNet34_train_infer_python.txt
test_tipc/configs/ResNet/ResNet34_train_infer_python.txt
+7
-0
test_tipc/configs/ResNet/ResNet50_vd_train_infer_python.txt
test_tipc/configs/ResNet/ResNet50_vd_train_infer_python.txt
+1
-1
未找到文件。
test_tipc/configs/DenseNet/DenseNet161_train_infer_python.txt
浏览文件 @
4f0e595e
...
...
@@ -50,5 +50,12 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml
-o Global.benchmark:False
null:null
null:null
===========================train_benchmark_params==========================
batch_size:64
fp_items:fp32|fp16
epoch:1
model_type:norm_train|to_static_train
--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
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,224,224]}]
\ No newline at end of file
test_tipc/configs/Inception/InceptionV3_train_infer_python.txt
浏览文件 @
4f0e595e
...
...
@@ -50,5 +50,12 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml -o PreProcess.tra
-o Global.benchmark:False
null:null
null:null
===========================train_benchmark_params==========================
batch_size:64
fp_items:fp32|fp16
epoch:1
model_type:norm_train|to_static_train
--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
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,299,299]}]
\ No newline at end of file
test_tipc/configs/Inception/InceptionV4_train_infer_python.txt
浏览文件 @
4f0e595e
...
...
@@ -50,5 +50,12 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml -o PreProcess.tra
-o Global.benchmark:False
null:null
null:null
===========================train_benchmark_params==========================
batch_size:64
fp_items:fp32|fp16
epoch:1
model_type:norm_train|to_static_train
--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
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,299,299]}]
\ No newline at end of file
test_tipc/configs/Res2Net/Res2Net50_26w_4s_train_infer_python.txt
浏览文件 @
4f0e595e
...
...
@@ -50,5 +50,12 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml
-o Global.benchmark:False
null:null
null:null
===========================train_benchmark_params==========================
batch_size:64
fp_items:fp32|fp16
epoch:1
model_type:norm_train|to_static_train
--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
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,224,224]}]
\ No newline at end of file
test_tipc/configs/ResNet/ResNet101_train_infer_python.txt
浏览文件 @
4f0e595e
...
...
@@ -50,5 +50,12 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml
-o Global.benchmark:False
null:null
null:null
===========================train_benchmark_params==========================
batch_size:64
fp_items:fp32|fp16
epoch:1
model_type:norm_train|to_static_train
--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
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,224,224]}]
\ No newline at end of file
test_tipc/configs/ResNet/ResNet152_train_infer_python.txt
浏览文件 @
4f0e595e
...
...
@@ -54,7 +54,7 @@ null:null
batch_size:32|64
fp_items:fp32|fp16
epoch:1
model_type:norm_train
model_type:norm_train
|to_static_train
--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
===========================infer_benchmark_params==========================
...
...
test_tipc/configs/ResNet/ResNet34_train_infer_python.txt
浏览文件 @
4f0e595e
...
...
@@ -50,5 +50,12 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml
-o Global.benchmark:False
null:null
null:null
===========================train_benchmark_params==========================
batch_size:64
fp_items:fp32|fp16
epoch:1
model_type:norm_train|to_static_train
--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
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,224,224]}]
\ No newline at end of file
test_tipc/configs/ResNet/ResNet50_vd_train_infer_python.txt
浏览文件 @
4f0e595e
...
...
@@ -54,7 +54,7 @@ null:null
batch_size:64
fp_items:fp32|fp16
epoch:1
model_type:norm_train
model_type:norm_train
|to_static_train
--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
===========================infer_benchmark_params==========================
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录