-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
76 lines (64 loc) · 1.6 KB
/
config.yaml
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
69
70
71
72
73
74
75
76
# models:
# - chart_type: "bar"
# bar_mode: "border"
# color_mode: "monochrome"
# label_mode: "with_label"
# combo_key: "bar_border_monochrome_with_label"
# - chart_type: "area"
# color_mode: "monochrome"
# label_mode: "without_label"
# combo_key: "area_monochrome_without_label"
# - chart_type: "line"
# color_mode: "color"
# label_mode: "without_label"
# combo_key: "line_color_without_label"
# - chart_type: "scatter"
# scatter_mode: "plain"
# color_mode: "color"
# label_mode: "without_label"
# combo_key: "scatter_plain_color_without_label"
# num_classes: 5
# learning_rate: 0.0005
# weight_decay: 0.01
# num_epochs: 500
# patience: 10
# apply_smote: true
# desired_samples_per_class:
# 1: 200
# 2: 200
# 3: 250
# 4: 300
### Best settings
models:
- chart_type: "bar"
bar_mode: "border"
color_mode: "color"
label_mode: "without_label"
combo_key: "bar_border_color_without_label"
- chart_type: "area"
color_mode: "color"
label_mode: "without_label"
combo_key: "area_color_without_label"
- chart_type: "line"
color_mode: "color"
label_mode: "without_label"
combo_key: "line_color_without_label"
- chart_type: "scatter"
scatter_mode: "plain"
color_mode: "color"
label_mode: "without_label"
combo_key: "scatter_plain_color_without_label"
num_classes: 5
learning_rate: 0.0001
weight_decay: 0.0001
num_epochs: 500
patience: 15
batch_size: 32
apply_smote: false
desired_samples_per_class:
1: 200
2: 200
3: 250
4: 300
warmup_epochs: 5
warmup_lr: 0.00001