-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
pp_mobileseg_tiny_uwmgi_512x512_withaux.yml
60 lines (54 loc) · 1.29 KB
/
pp_mobileseg_tiny_uwmgi_512x512_withaux.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
_base_: '../_base_/uwmgi.yml'
batch_size: 32
iters: 80000
train_dataset:
transforms:
- type: AddMultiLabelAuxiliaryCategory
- type: Resize
target_size: [512, 512]
- type: RandomHorizontalFlip
- type: RandomVerticalFlip
- type: RandomDistort
brightness_range: 0.4
contrast_range: 0.4
saturation_range: 0.4
- type: Normalize
mean: [0.0, 0.0, 0.0]
std: [1.0, 1.0, 1.0]
num_classes: 4
val_dataset:
transforms:
- type: AddMultiLabelAuxiliaryCategory
- type: Resize
target_size: [512, 512]
- type: Normalize
mean: [0.0, 0.0, 0.0]
std: [1.0, 1.0, 1.0]
num_classes: 4
optimizer:
_inherited_: False
type: AdamW
weight_decay: 0.01
custom_cfg:
- name: pos_embed
weight_decay_mult: 0.0
- name: head
lr_multi: 10.0
- name: bn
weight_decay_mult: 0.0
lr_scheduler:
type: PolynomialDecay
learning_rate: 0.0006
end_lr: 0
power: 1.0
warmup_iters: 1500
warmup_start_lr: 1.0e-6
model:
type: PPMobileSeg
num_classes: 4
backbone:
type: MobileSeg_Tiny
inj_type: AAM
out_feat_chs: [32, 64, 128]
pretrained: https://bj.bcebos.com/paddleseg/dygraph/ade20k/pp_mobileseg_tiny_pretrain/model.pdparams
upsample: intepolate # During exportation, you need to change it to vim for using VIM