End of training
Browse files- README.md +0 -0
- config.json +130 -0
- model.safetensors +3 -0
- runs/Oct25_02-54-56_9de4e57a8035/events.out.tfevents.1729824916.9de4e57a8035.268.0 +3 -0
- runs/Oct25_04-38-16_9de4e57a8035/events.out.tfevents.1729831108.9de4e57a8035.268.1 +3 -0
- runs/Oct25_04-38-16_9de4e57a8035/events.out.tfevents.1729831150.9de4e57a8035.268.2 +3 -0
- runs/Oct25_04-46-01_9de4e57a8035/events.out.tfevents.1729831570.9de4e57a8035.268.3 +3 -0
- runs/Oct25_04-47-01_9de4e57a8035/events.out.tfevents.1729831623.9de4e57a8035.268.4 +3 -0
- training_args.bin +3 -0
README.md
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
config.json
ADDED
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "nvidia/mit-b0",
|
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": "Structure (dimensional)",
|
32 |
+
"1": "Impervious (planiform)",
|
33 |
+
"2": "Fences",
|
34 |
+
"3": "Water Storage/Tank",
|
35 |
+
"4": "Pool < 100 sqft",
|
36 |
+
"5": "Pool > 100 sqft",
|
37 |
+
"6": "Irrigated Planiform",
|
38 |
+
"7": "Irrigated Dimensional Low",
|
39 |
+
"8": "Irrigated Dimensional High",
|
40 |
+
"9": "Irrigated Bare",
|
41 |
+
"10": "Irrigable Planiform",
|
42 |
+
"11": "Irrigable Dimensional Low",
|
43 |
+
"12": "Irrigable Dimensional High",
|
44 |
+
"13": "Irrigable Bare",
|
45 |
+
"14": "Native Planiform",
|
46 |
+
"15": "Native Dimensional Low",
|
47 |
+
"16": "Native Dimensional High",
|
48 |
+
"17": "Native Bare",
|
49 |
+
"18": "UDL",
|
50 |
+
"19": "Open Water",
|
51 |
+
"20": "Artificial Turf"
|
52 |
+
},
|
53 |
+
"image_size": 224,
|
54 |
+
"initializer_range": 0.02,
|
55 |
+
"label2id": {
|
56 |
+
"construction-bridge": 22,
|
57 |
+
"construction-building": 18,
|
58 |
+
"construction-door": 19,
|
59 |
+
"construction-fenceguardrail": 21,
|
60 |
+
"construction-stairs": 24,
|
61 |
+
"construction-tunnel": 23,
|
62 |
+
"construction-wall": 20,
|
63 |
+
"flat-crosswalk": 3,
|
64 |
+
"flat-curb": 7,
|
65 |
+
"flat-cyclinglane": 4,
|
66 |
+
"flat-parkingdriveway": 5,
|
67 |
+
"flat-railtrack": 6,
|
68 |
+
"flat-road": 1,
|
69 |
+
"flat-sidewalk": 2,
|
70 |
+
"human-person": 8,
|
71 |
+
"human-rider": 9,
|
72 |
+
"nature-terrain": 29,
|
73 |
+
"nature-vegetation": 28,
|
74 |
+
"object-pole": 25,
|
75 |
+
"object-trafficlight": 27,
|
76 |
+
"object-trafficsign": 26,
|
77 |
+
"sky": 30,
|
78 |
+
"unlabeled": 0,
|
79 |
+
"vehicle-bicycle": 15,
|
80 |
+
"vehicle-bus": 12,
|
81 |
+
"vehicle-car": 10,
|
82 |
+
"vehicle-caravan": 16,
|
83 |
+
"vehicle-cartrailer": 17,
|
84 |
+
"vehicle-motorcycle": 14,
|
85 |
+
"vehicle-tramtrain": 13,
|
86 |
+
"vehicle-truck": 11,
|
87 |
+
"void-dynamic": 32,
|
88 |
+
"void-ground": 31,
|
89 |
+
"void-static": 33,
|
90 |
+
"void-unclear": 34
|
91 |
+
},
|
92 |
+
"layer_norm_eps": 1e-06,
|
93 |
+
"mlp_ratios": [
|
94 |
+
4,
|
95 |
+
4,
|
96 |
+
4,
|
97 |
+
4
|
98 |
+
],
|
99 |
+
"model_type": "segformer",
|
100 |
+
"num_attention_heads": [
|
101 |
+
1,
|
102 |
+
2,
|
103 |
+
5,
|
104 |
+
8
|
105 |
+
],
|
106 |
+
"num_channels": 3,
|
107 |
+
"num_encoder_blocks": 4,
|
108 |
+
"patch_sizes": [
|
109 |
+
7,
|
110 |
+
3,
|
111 |
+
3,
|
112 |
+
3
|
113 |
+
],
|
114 |
+
"reshape_last_stage": true,
|
115 |
+
"semantic_loss_ignore_index": 255,
|
116 |
+
"sr_ratios": [
|
117 |
+
8,
|
118 |
+
4,
|
119 |
+
2,
|
120 |
+
1
|
121 |
+
],
|
122 |
+
"strides": [
|
123 |
+
4,
|
124 |
+
2,
|
125 |
+
2,
|
126 |
+
2
|
127 |
+
],
|
128 |
+
"torch_dtype": "float32",
|
129 |
+
"transformers_version": "4.44.2"
|
130 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75c081526ee42518551200e784f795502c12965aa708fc3e054d1071f28ca60c
|
3 |
+
size 14904316
|
runs/Oct25_02-54-56_9de4e57a8035/events.out.tfevents.1729824916.9de4e57a8035.268.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b09d2d1cecb66a11dba65997aab5b831f6ba4c0be47152db49b5b590533b235
|
3 |
+
size 422613
|
runs/Oct25_04-38-16_9de4e57a8035/events.out.tfevents.1729831108.9de4e57a8035.268.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:605f63205ad972be99dfbc493ab6abad4037198806f4e7e50e42565efe198835
|
3 |
+
size 6916
|
runs/Oct25_04-38-16_9de4e57a8035/events.out.tfevents.1729831150.9de4e57a8035.268.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f0b380966e211fc316efa2896863c5aeb9059fcc890cf1c1e8bdbfcd5d736ed
|
3 |
+
size 6916
|
runs/Oct25_04-46-01_9de4e57a8035/events.out.tfevents.1729831570.9de4e57a8035.268.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:baa12f57813a6327da1c51b5136308628013fb9055d4753c8c95f9a8f3a3567d
|
3 |
+
size 6916
|
runs/Oct25_04-47-01_9de4e57a8035/events.out.tfevents.1729831623.9de4e57a8035.268.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0dadab6c9723308c8cfcda75b25295e48cde8869e19dfff948d951d7500a3079
|
3 |
+
size 1885212
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8253e2a7c7ccef96d03c53d9ed97de3d6e25cbaa1cd6da5b4aeeff974a0f3a47
|
3 |
+
size 5240
|