tmanzini commited on
Commit
160b654
·
verified ·
1 Parent(s): 27c257f

Delete RDA_ScaleMAE_NoPretrain_Segmenter_simple_unadjusted.yaml

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