-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrain.yml
59 lines (51 loc) · 874 Bytes
/
train.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
# train_dir:
# val_dir:
# train_labels_json:
# val_labels_json:
# output_dir:
# group:
# model_name:
# model_path:
# model_suffix:
# train_samples:
# val_samples:
loss: categorical_crossentropy
optimizer: Adadelta
# optimizer_parameters:
metrices:
- accuracy
network_parameters:
base_network: mobilenet_v2
out_filters: 0
dropout: 0
classes: 3
activation: softmax
epochs: 100
target_height: 360
target_width: 640
channels: 3
train_class_counts:
city street: 10
highway: 10
tunnel: 10
val_class_counts:
city street: 10
highway: 10
tunnel: 10
train_gen:
width_shift_range: 0
height_shift_range: 0
shear_range: 0
zoom_range: 0
horizontal_flip: false
flow:
class_mode: categorical
batch_size: 16
shuffle: true
interpolation: nearest
class_blacklist:
- gas stations
- parking lot
- undefined
- skip
weights_type: frequency