alanoix commited on
Commit
7b49a3b
1 Parent(s): ff10929

Upload 7 files

Browse files
Files changed (7) hide show
  1. config.json +100 -0
  2. optimizer.pt +3 -0
  3. pytorch_model.bin +3 -0
  4. rng_state.pth +3 -0
  5. scheduler.pt +3 -0
  6. trainer_state.json +180 -0
  7. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/gdrive/MyDrive/flair-one/models/segformer_b0_rgb",
3
+ "architectures": [
4
+ "SegformerForSemanticSegmentation"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "classifier_dropout_prob": 0.1,
8
+ "decoder_hidden_size": 256,
9
+ "depths": [
10
+ 2,
11
+ 2,
12
+ 2,
13
+ 2
14
+ ],
15
+ "downsampling_rates": [
16
+ 1,
17
+ 4,
18
+ 8,
19
+ 16
20
+ ],
21
+ "drop_path_rate": 0.1,
22
+ "hidden_act": "gelu",
23
+ "hidden_dropout_prob": 0.0,
24
+ "hidden_sizes": [
25
+ 32,
26
+ 64,
27
+ 160,
28
+ 256
29
+ ],
30
+ "id2label": {
31
+ "0": "None",
32
+ "1": "building",
33
+ "2": "pervious surface",
34
+ "3": "impervious surface",
35
+ "4": "bare soil",
36
+ "5": "water",
37
+ "6": "coniferous",
38
+ "7": "deciduous",
39
+ "8": "brushwood",
40
+ "9": "vineyard",
41
+ "10": "herbaceous vegetation",
42
+ "11": "agricultural land",
43
+ "12": "plowed land"
44
+ },
45
+ "image_size": 224,
46
+ "initializer_range": 0.02,
47
+ "label2id": {
48
+ "None": 0,
49
+ "agricultural land": 11,
50
+ "bare soil": 4,
51
+ "brushwood": 8,
52
+ "building": 1,
53
+ "coniferous": 6,
54
+ "deciduous": 7,
55
+ "herbaceous vegetation": 10,
56
+ "impervious surface": 3,
57
+ "pervious surface": 2,
58
+ "plowed land": 12,
59
+ "vineyard": 9,
60
+ "water": 5
61
+ },
62
+ "layer_norm_eps": 1e-06,
63
+ "mlp_ratios": [
64
+ 4,
65
+ 4,
66
+ 4,
67
+ 4
68
+ ],
69
+ "model_type": "segformer",
70
+ "num_attention_heads": [
71
+ 1,
72
+ 2,
73
+ 5,
74
+ 8
75
+ ],
76
+ "num_channels": 3,
77
+ "num_encoder_blocks": 4,
78
+ "patch_sizes": [
79
+ 7,
80
+ 3,
81
+ 3,
82
+ 3
83
+ ],
84
+ "reshape_last_stage": true,
85
+ "semantic_loss_ignore_index": 255,
86
+ "sr_ratios": [
87
+ 8,
88
+ 4,
89
+ 2,
90
+ 1
91
+ ],
92
+ "strides": [
93
+ 4,
94
+ 2,
95
+ 2,
96
+ 2
97
+ ],
98
+ "torch_dtype": "float32",
99
+ "transformers_version": "4.26.0"
100
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cab7f126fbfc4bf130ecbad4ecded39a13215530d5cbf6eb496704e2c3da4493
3
+ size 29859525
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ea2c324b8dd46e471880a80710ee22607e143023bf3d3d489fdfb932105607a
3
+ size 14943053
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:894f7f83f62348137cf5012dcedbd3b439972ddd3db0354c40d1c07aed6505f1
3
+ size 14575
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1726e345b441be6c6187e3941d39dd2fde57a22dab5f4cdecc1bedea60f7334
3
+ size 627
trainer_state.json ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "global_step": 7706,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.13,
12
+ "learning_rate": 5.610692966519595e-05,
13
+ "loss": 0.4451,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.26,
18
+ "learning_rate": 5.22138593303919e-05,
19
+ "loss": 0.4514,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.39,
24
+ "learning_rate": 4.832078899558785e-05,
25
+ "loss": 0.4582,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.52,
30
+ "learning_rate": 4.442771866078381e-05,
31
+ "loss": 0.4557,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 0.65,
36
+ "learning_rate": 4.053464832597976e-05,
37
+ "loss": 0.4534,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 0.78,
42
+ "learning_rate": 3.664157799117571e-05,
43
+ "loss": 0.4455,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 0.91,
48
+ "learning_rate": 3.274850765637166e-05,
49
+ "loss": 0.4402,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 1.0,
54
+ "eval_accuracy_None": NaN,
55
+ "eval_accuracy_agricultural land": 0.7813386395765931,
56
+ "eval_accuracy_bare soil": 0.971091004630694,
57
+ "eval_accuracy_brushwood": 0.4830336072186893,
58
+ "eval_accuracy_building": 0.8838384753757415,
59
+ "eval_accuracy_coniferous": 0.7208068036699242,
60
+ "eval_accuracy_deciduous": 0.8006803561073339,
61
+ "eval_accuracy_herbaceous vegetation": 0.8549826884031253,
62
+ "eval_accuracy_impervious surface": 0.9187355943365163,
63
+ "eval_accuracy_pervious surface": 0.7191859187453563,
64
+ "eval_accuracy_plowed land": 0.9549852972817902,
65
+ "eval_accuracy_vineyard": 0.9980486408918603,
66
+ "eval_accuracy_water": 0.9701090639122775,
67
+ "eval_iou_None": 0.0,
68
+ "eval_iou_agricultural land": 0.7748956198639237,
69
+ "eval_iou_bare soil": 0.8132029366750227,
70
+ "eval_iou_brushwood": 0.40602795118599255,
71
+ "eval_iou_building": 0.8085532215342824,
72
+ "eval_iou_coniferous": 0.646262784569598,
73
+ "eval_iou_deciduous": 0.6606641623930074,
74
+ "eval_iou_herbaceous vegetation": 0.6103168926606636,
75
+ "eval_iou_impervious surface": 0.7698259661987548,
76
+ "eval_iou_pervious surface": 0.6598766824934269,
77
+ "eval_iou_plowed land": 0.5011841401997907,
78
+ "eval_iou_vineyard": 0.9867169913442101,
79
+ "eval_iou_water": 0.9468937991005187,
80
+ "eval_loss": 0.4677870571613312,
81
+ "eval_mean_accuracy": 0.8380696741791583,
82
+ "eval_mean_iou": 0.6603400883245533,
83
+ "eval_overall_accuracy": 0.8208117616254381,
84
+ "eval_runtime": 4.5075,
85
+ "eval_samples_per_second": 13.755,
86
+ "eval_steps_per_second": 0.887,
87
+ "step": 3853
88
+ },
89
+ {
90
+ "epoch": 1.04,
91
+ "learning_rate": 2.8855437321567608e-05,
92
+ "loss": 0.434,
93
+ "step": 4000
94
+ },
95
+ {
96
+ "epoch": 1.17,
97
+ "learning_rate": 2.496236698676356e-05,
98
+ "loss": 0.4318,
99
+ "step": 4500
100
+ },
101
+ {
102
+ "epoch": 1.3,
103
+ "learning_rate": 2.1069296651959512e-05,
104
+ "loss": 0.4154,
105
+ "step": 5000
106
+ },
107
+ {
108
+ "epoch": 1.43,
109
+ "learning_rate": 1.7176226317155462e-05,
110
+ "loss": 0.4213,
111
+ "step": 5500
112
+ },
113
+ {
114
+ "epoch": 1.56,
115
+ "learning_rate": 1.3283155982351414e-05,
116
+ "loss": 0.4192,
117
+ "step": 6000
118
+ },
119
+ {
120
+ "epoch": 1.69,
121
+ "learning_rate": 9.390085647547366e-06,
122
+ "loss": 0.4171,
123
+ "step": 6500
124
+ },
125
+ {
126
+ "epoch": 1.82,
127
+ "learning_rate": 5.497015312743317e-06,
128
+ "loss": 0.4118,
129
+ "step": 7000
130
+ },
131
+ {
132
+ "epoch": 1.95,
133
+ "learning_rate": 1.603944977939268e-06,
134
+ "loss": 0.411,
135
+ "step": 7500
136
+ },
137
+ {
138
+ "epoch": 2.0,
139
+ "eval_accuracy_None": NaN,
140
+ "eval_accuracy_agricultural land": 0.8489823637268769,
141
+ "eval_accuracy_bare soil": 0.9597129626588722,
142
+ "eval_accuracy_brushwood": 0.5742661624827765,
143
+ "eval_accuracy_building": 0.8931234528184192,
144
+ "eval_accuracy_coniferous": 0.7618443814475007,
145
+ "eval_accuracy_deciduous": 0.8043905078557081,
146
+ "eval_accuracy_herbaceous vegetation": 0.843671475167057,
147
+ "eval_accuracy_impervious surface": 0.9130546307475295,
148
+ "eval_accuracy_pervious surface": 0.7769049471127405,
149
+ "eval_accuracy_plowed land": 0.9814128953596787,
150
+ "eval_accuracy_vineyard": 0.9976670786432974,
151
+ "eval_accuracy_water": 0.974405922800898,
152
+ "eval_iou_None": 0.0,
153
+ "eval_iou_agricultural land": 0.8415255199737784,
154
+ "eval_iou_bare soil": 0.8498461556358222,
155
+ "eval_iou_brushwood": 0.46435214422273274,
156
+ "eval_iou_building": 0.8011746733913444,
157
+ "eval_iou_coniferous": 0.6663445161801402,
158
+ "eval_iou_deciduous": 0.6604277124005387,
159
+ "eval_iou_herbaceous vegetation": 0.6330786495419254,
160
+ "eval_iou_impervious surface": 0.7971866718106758,
161
+ "eval_iou_pervious surface": 0.7073450753615901,
162
+ "eval_iou_plowed land": 0.7446258325715032,
163
+ "eval_iou_vineyard": 0.9106504362047068,
164
+ "eval_iou_water": 0.9464448208961204,
165
+ "eval_loss": 0.4119175970554352,
166
+ "eval_mean_accuracy": 0.8607863984017795,
167
+ "eval_mean_iou": 0.6940770929377599,
168
+ "eval_overall_accuracy": 0.8447827383038713,
169
+ "eval_runtime": 3.8778,
170
+ "eval_samples_per_second": 15.989,
171
+ "eval_steps_per_second": 1.032,
172
+ "step": 7706
173
+ }
174
+ ],
175
+ "max_steps": 7706,
176
+ "num_train_epochs": 2,
177
+ "total_flos": 2.1627715059921715e+18,
178
+ "trial_name": null,
179
+ "trial_params": null
180
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc0701f4aaea879dc3a8fead0ffef35c4aa97eb4b988cc253cb9e30d77d51a07
3
+ size 3579