tmanzini commited on
Commit
f031475
·
verified ·
1 Parent(s): 184ea19

Delete RDA_scalemae_notrained_simple_unadjusted.yaml

Browse files
RDA_scalemae_notrained_simple_unadjusted.yaml DELETED
@@ -1,162 +0,0 @@
1
- name: "RDA_UperNet_NoPretrainTrain_CCE_Simple"
2
- model: "UperNetVit"
3
- task: "RDA"
4
- masking_strategy_parameters:
5
- road_width_pixels: 40
6
- train_location_strategy: "grid"
7
- train_location_parameters:
8
- sample_generator_process_pool_size: 6
9
- adjustment_buffer_distance_px: 326
10
- train_presentation_strategy: "weighted"
11
- train_presentation_strategy_parameters:
12
- length: 4000
13
- expected_class_balances:
14
- Not Able To Determine: 1
15
- Partial Flooding: 1
16
- Partial Obstruction: 1
17
- Partial Road Condition: 1
18
- Particulate Partial: 1
19
- Particulate Total: 1
20
- Road Line: 1
21
- Total Destruction: 1
22
- Total Flooding: 1
23
- Total Obstruction: 1
24
- balance_monitor: "pixel"
25
- train_dataset_adaptor_parameters:
26
- tile_x: 1024
27
- tile_y: 1024
28
- mask_x: 1024
29
- mask_y: 1024
30
- backend: "auto"
31
- train_annotator_parameters:
32
- generate_adjusted_samples: False
33
- validation_location_strategy: "grid"
34
- validation_location_parameters:
35
- sample_generator_process_pool_size: 6
36
- adjustment_buffer_distance_px: 326
37
- validation_presentation_strategy: "indexed"
38
- validation_dataset_adaptor_parameters:
39
- tile_x: 1024
40
- tile_y: 1024
41
- mask_x: 1024
42
- mask_y: 1024
43
- backend: "auto"
44
- validation_annotator_parameters:
45
- generate_adjusted_samples: False
46
- channel_maps:
47
- background_class_idx: 0
48
- default_label: Road Line
49
- input_dataset_class_2_idx_map:
50
- Background: 0
51
- Not Able To Determine: 3
52
- Partial Flooding: 2
53
- Partial Obstruction: 2
54
- Partial Road Condition: 2
55
- Particulate Partial: 2
56
- Particulate Total: 3
57
- Road Line: 1
58
- Total Destruction: 3
59
- Total Flooding: 3
60
- Total Obstruction: 3
61
- model_class_2_color_map:
62
- Background:
63
- alpha: 0
64
- blue: 0
65
- green: 0
66
- red: 0
67
- Partial:
68
- alpha: 255
69
- blue: 0
70
- green: 255
71
- red: 255
72
- Road Line:
73
- alpha: 255
74
- blue: 0
75
- green: 255
76
- red: 0
77
- Total:
78
- alpha: 255
79
- blue: 0
80
- green: 0
81
- red: 255
82
- output_class_2_idx_map:
83
- Background: 0
84
- Partial: 2
85
- Road Line: 1
86
- Total: 3
87
- input:
88
- road_line_buffer_width_pixels: 40
89
- road_line_segment_length_pixels: 40
90
- channels:
91
- blue: 2
92
- green: 1
93
- mask: 3
94
- red: 0
95
- normalized_inputs: true
96
- mask_input: false
97
- sample_generator_parameters:
98
- label_tolerance: 0.1
99
- normalized_inputs: true
100
- validation_parameters:
101
- batch_size: 1
102
- validation_monitor: "val_macro_iou"
103
- validation_monitor_mode: "max"
104
- validation_checkpoint_save_top_k: 1
105
- validation_reduce_lr_on_plateau_patience: 3
106
- validation_reduce_lr_on_plateau_cooldown: 3
107
- training_parameters:
108
- gradient_clip_val: 10.0
109
- batch_size: 1
110
- grad_accumulation: 8
111
- l1_reg: 1.0e-06
112
- l2_reg: 1.0e-05
113
- log_images_every_n_steps: 1000
114
- mask_x: 1024
115
- mask_y: 1024
116
- max_epochs: 100
117
- optimizer_parameters:
118
- name: "AdamW"
119
- lr: 0.0005
120
- weight_decay: 0.00001
121
- output_class_weights_strategy: "ipw"
122
- normalize_weights: False
123
- output_class_weights:
124
- Background: 1.0e-06
125
- Partial: 45
126
- Road Line: 1
127
- Total: 35
128
- samples_per_epoch: 4000
129
- tile_x: 1024
130
- tile_y: 1024
131
- loss_parameters:
132
- loss: [["cross entropy", 1.0]]
133
- gamma: 2
134
- alpha: 0.25
135
- bins: 10
136
- momentum: 0.9
137
- smooth: 1.0e-06
138
- model_parameters:
139
- decoder_parameters:
140
- in_channels: [1024, 1024, 1024, 1024]
141
- in_index: [0,1,2,3]
142
- pool_scales: [1,2,3,6]
143
- channels: 1024
144
- dropout_ratio: 0.1
145
- norm_cfg:
146
- type: 'IN'
147
- requires_grad: True
148
- align_corners: False
149
- out_indicies: [2,9,16,23]
150
- n_cls: 4
151
- normalization: "vit"
152
- encoder_parameters:
153
- backbone: "scalemae"
154
- backbone_parameters:
155
- normalization: "vit"
156
- vit_model: vit_large_patch16
157
- n_heads: 16
158
- n_layers: 24
159
- patch_size: 16
160
- drop_path_rate: 0.1
161
- dropout: 0.0
162
- global_pool: False