-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.yaml
More file actions
111 lines (111 loc) · 1.44 KB
/
default.yaml
File metadata and controls
111 lines (111 loc) · 1.44 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
model_type:
type: array
array_type: str
values:
- yolo12s.pt
epochs:
type: space
space_type: int
space_config:
type: linear
start: 50
stop: 70
num: 10
patience:
type: space
space_type: int
space_config:
type: linear
start: 10
stop: 50
num: 10
batch:
type: array
array_type: int
values:
- -1
imgsz:
type: array
array_type: int
values:
- 1024
optimizer:
type: array
array_type: str
values:
- SGD
- Adam
- AdamW
- NAdam
- RAdam
- RMSProp
- auto
lr0:
type: space
space_type: float
space_config:
type: logarithmic
base: 10
start: 0.0001
stop: 0.03
num: 50
lrf:
type: space
space_type: float
space_config:
type: logarithmic
base: 10
start: 0.001
stop: 0.01
num: 50
box:
type: array
array_type: float
values:
- 0.5
- 3
- 7.5
cls:
type: array
array_type: float
values:
- 0.5
- 2
dfl:
type: array
array_type: float
values:
- 0.5
- 1.5
# Data Augmentation
mixup:
type: array
array_type: float
values:
- 0
- 0.2
close_mosaic:
type: space
space_type: int
space_config:
type: linear
start: 0.
stop: 35.
num: 10
degrees:
type: space
space_type: float
space_config:
type: linear
start: 0.
stop: 10.
num: 10
translate:
type: space
space_type: float
space_config:
type: linear
start: 0
stop: 0.4
num: 10