Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleClas
提交
5f8c4a65
P
PaddleClas
项目概览
PaddlePaddle
/
PaddleClas
大约 1 年 前同步成功
通知
115
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看板
未验证
提交
5f8c4a65
编写于
6月 10, 2022
作者:
G
gaotingquan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix
上级
982bd2b2
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
32 addition
and
10 deletion
+32
-10
ppcls/configs/PULC/safety_helmet/MobileNetV3_small_x0_35.yaml
...s/configs/PULC/safety_helmet/MobileNetV3_small_x0_35.yaml
+1
-1
ppcls/configs/PULC/safety_helmet/PPLCNet_x1_0.yaml
ppcls/configs/PULC/safety_helmet/PPLCNet_x1_0.yaml
+17
-3
ppcls/configs/PULC/safety_helmet/PPLCNet_x1_0_search.yaml
ppcls/configs/PULC/safety_helmet/PPLCNet_x1_0_search.yaml
+3
-3
ppcls/configs/PULC/safety_helmet/Res2Net200_vd_26w_4s.yaml
ppcls/configs/PULC/safety_helmet/Res2Net200_vd_26w_4s.yaml
+1
-1
ppcls/configs/PULC/safety_helmet/SwinTransformer_tiny_patch4_window7_224.yaml
...afety_helmet/SwinTransformer_tiny_patch4_window7_224.yaml
+9
-1
ppcls/configs/PULC/safety_helmet/search.yaml
ppcls/configs/PULC/safety_helmet/search.yaml
+1
-1
未找到文件。
ppcls/configs/PULC/safety_helmet/MobileNetV3_small_x0_35.yaml
浏览文件 @
5f8c4a65
...
...
@@ -7,7 +7,7 @@ Global:
save_interval
:
1
eval_during_train
:
True
eval_interval
:
1
epochs
:
4
0
epochs
:
6
0
print_batch_step
:
10
use_visualdl
:
False
# used for static mode and model export
...
...
ppcls/configs/PULC/safety_helmet/PPLCNet_x1_0.yaml
浏览文件 @
5f8c4a65
...
...
@@ -13,12 +13,14 @@ Global:
# used for static mode and model export
image_shape
:
[
3
,
224
,
224
]
save_inference_dir
:
./inference
# model architecture
Arch
:
name
:
PPLCNet_x1_0
pretrained
:
True
use_ssld
:
True
class_num
:
2
use_sync_bn
:
True
# loss function config for traing/eval process
Loss
:
...
...
@@ -36,7 +38,7 @@ Optimizer:
momentum
:
0.9
lr
:
name
:
Cosine
learning_rate
:
0.0
1
learning_rate
:
0.0
25
warmup_epoch
:
5
regularizer
:
name
:
'
L2'
...
...
@@ -55,15 +57,27 @@ DataLoader:
to_rgb
:
True
channel_first
:
False
-
RandCropImage
:
size
:
224
size
:
176
-
RandFlipImage
:
flip_code
:
1
-
TimmAutoAugment
:
prob
:
0.5
config_str
:
rand-m9-mstd0.5-inc1
interpolation
:
bicubic
img_size
:
176
-
NormalizeImage
:
scale
:
1.0/255.0
mean
:
[
0.485
,
0.456
,
0.406
]
std
:
[
0.229
,
0.224
,
0.225
]
order
:
'
'
-
RandomErasing
:
EPSILON
:
0.1
r1
:
0.3
sh
:
1.0/3.0
sl
:
0.02
attempt
:
10
use_log_aspect
:
True
mode
:
pixel
sampler
:
name
:
DistributedBatchSampler
batch_size
:
64
...
...
ppcls/configs/PULC/safety_helmet/PPLCNet_x1_0_search.yaml
浏览文件 @
5f8c4a65
...
...
@@ -37,7 +37,7 @@ Optimizer:
momentum
:
0.9
lr
:
name
:
Cosine
learning_rate
:
0.
015
learning_rate
:
0.
10
warmup_epoch
:
5
regularizer
:
name
:
'
L2'
...
...
@@ -60,7 +60,7 @@ DataLoader:
-
RandFlipImage
:
flip_code
:
1
-
TimmAutoAugment
:
prob
:
0
.5
prob
:
0
config_str
:
rand-m9-mstd0.5-inc1
interpolation
:
bicubic
img_size
:
192
...
...
@@ -70,7 +70,7 @@ DataLoader:
std
:
[
0.229
,
0.224
,
0.225
]
order
:
'
'
-
RandomErasing
:
EPSILON
:
0
.5
EPSILON
:
0
sl
:
0.02
sh
:
1.0/3.0
r1
:
0.3
...
...
ppcls/configs/PULC/safety_helmet/Res2Net200_vd_26w_4s.yaml
浏览文件 @
5f8c4a65
...
...
@@ -7,7 +7,7 @@ Global:
save_interval
:
1
eval_during_train
:
True
eval_interval
:
1
epochs
:
4
0
epochs
:
6
0
print_batch_step
:
10
use_visualdl
:
False
# used for static mode and model export
...
...
ppcls/configs/PULC/safety_helmet/SwinTransformer_tiny_patch4_window7_224.yaml
浏览文件 @
5f8c4a65
...
...
@@ -7,7 +7,7 @@ Global:
save_interval
:
1
eval_during_train
:
True
eval_interval
:
1
epochs
:
4
0
epochs
:
6
0
print_batch_step
:
10
use_visualdl
:
False
# used for static mode and model export
...
...
@@ -81,6 +81,14 @@ DataLoader:
attempt
:
10
use_log_aspect
:
True
mode
:
pixel
batch_transform_ops
:
-
OpSampler
:
MixupOperator
:
alpha
:
0.8
prob
:
0.5
CutmixOperator
:
alpha
:
1.0
prob
:
0.5
sampler
:
name
:
DistributedBatchSampler
...
...
ppcls/configs/PULC/safety_helmet/search.yaml
浏览文件 @
5f8c4a65
...
...
@@ -8,7 +8,7 @@ search_dict:
-
search_key
:
lrs
replace_config
:
-
Optimizer.lr.learning_rate
search_values
:
[
0.0
1
,
0.015
,
0.025
]
search_values
:
[
0.0
3
,
0.04
,
0.05
,
0.06
,
0.07
,
0.08
,
0.09
,
0.10
,
0.11
,
0.11
,
0.12
]
-
search_key
:
resolutions
replace_config
:
-
DataLoader.Train.dataset.transform_ops.1.RandCropImage.size
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录