Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
4429973f
P
PaddleOCR
项目概览
PaddlePaddle
/
PaddleOCR
大约 1 年 前同步成功
通知
1528
Star
32962
Fork
6643
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
108
列表
看板
标记
里程碑
合并请求
7
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleOCR
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
108
Issue
108
列表
看板
标记
里程碑
合并请求
7
合并请求
7
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
4429973f
编写于
1月 21, 2022
作者:
L
LDOUBLEV
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
revert profile_options
上级
e9e8f409
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
3 addition
and
7 deletion
+3
-7
test_tipc/configs/det_mv3_db_v2.0/train_benchmark.txt
test_tipc/configs/det_mv3_db_v2.0/train_benchmark.txt
+1
-1
tools/program.py
tools/program.py
+2
-6
未找到文件。
test_tipc/configs/det_mv3_db_v2.0/train_benchmark.txt
浏览文件 @
4429973f
...
...
@@ -10,7 +10,7 @@ Train.loader.batch_size_per_card:benchmark_train=16
Global.pretrained_model:null
train_model_name:latest
train_infer_img_dir:null
--profiler_options:
Tru
e
--profiler_options:
batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profil
e
##
trainer:norm_train
norm_train:tools/train.py -c configs/det/det_mv3_db.yml -o Global.pretrained_model=./pretrain_models/MobileNetV3_large_x0_5_pretrained
...
...
tools/program.py
浏览文件 @
4429973f
...
...
@@ -46,8 +46,8 @@ class ArgsParser(ArgumentParser):
self
.
add_argument
(
'-p'
,
'--profiler_options'
,
type
=
bool
,
default
=
Fals
e
,
type
=
str
,
default
=
Non
e
,
help
=
'The option of profiler, which should be in format
\"
key1=value1;key2=value2;key3=value3
\"
.'
)
...
...
@@ -150,10 +150,6 @@ def train(config,
print_batch_step
=
config
[
'Global'
][
'print_batch_step'
]
eval_batch_step
=
config
[
'Global'
][
'eval_batch_step'
]
profiler_options
=
config
[
'profiler_options'
]
if
profiler_options
is
True
:
profiler_options
=
"batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile"
else
:
profiler_options
=
None
global_step
=
0
if
'global_step'
in
pre_best_model_dict
:
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录