File size: 1,133 Bytes
849b591
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
61
62
63
64
65
66
67
68
dataset = "lizard"
data_path_liz = ""
data_path_mit = ""
hard_labels = ""
encoder = "convnextv2_tiny.fcmae_ft_in22k_in1k"
out_channels_cls = 8
inst_channels = 5
pretrained = true
batch_size = 24
validation_batch_size = 64
weight_decay = 0.0001
learning_rate = 0.0001
min_learning_rate = 1e-8
training_steps = 200000
validation_step = 1000
checkpoint_step = 10000
fl_gamma = 2
loss_lambda = 0.02
tta = 16
eval_optim_metric = "mpq"
n_rounds = 5
save = false
f1_metric_ccrop = 248
match_euc_dist = 6
eval_criteria = "lizard|alt"
max_hole_size = 50
checkpoint_path = ""
experiment = "convnextv2_tiny_focal_fulldata_0"
seed = 42
fold = 0
test_as_val = true
optim_metric = "mpq"
num_workers = 4
use_amp = true
color_scale = 0.2

[aug_params_fast.mirror]
prob_x = 0.5
prob_y = 0.5
prob = 0.5

[aug_params_fast.translate]
max_percent = 0.05
prob = 0.2

[aug_params_fast.scale]
min = 0.8
max = 1.2
prob = 0.2

[aug_params_fast.zoom]
min = 0.8
max = 1.2
prob = 0.2

[aug_params_fast.rotate]
max_degree = 179
prob = 0.75

[aug_params_fast.shear]
max_percent = 0.1
prob = 0.2

[aug_params_fast.elastic]
alpha = [ 120, 120,]
sigma = 8
prob = 0.5