brandyDolly
commited on
Training in progress, epoch 0
Browse files
config.json
CHANGED
@@ -1,18 +1,27 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
|
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_probs_dropout_prob": 0.0,
|
8 |
-
"auxiliary_channels": 256,
|
9 |
-
"auxiliary_concat_input": false,
|
10 |
"auxiliary_loss_weight": 0.4,
|
11 |
-
"
|
12 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"hidden_act": "gelu",
|
14 |
"hidden_dropout_prob": 0.0,
|
15 |
-
"hidden_size":
|
16 |
"id2label": {
|
17 |
"0": "unlabeled",
|
18 |
"1": "flat-road",
|
@@ -50,9 +59,10 @@
|
|
50 |
"33": "void-static",
|
51 |
"34": "void-unclear"
|
52 |
},
|
53 |
-
"image_size":
|
54 |
"initializer_range": 0.02,
|
55 |
-
"intermediate_size":
|
|
|
56 |
"label2id": {
|
57 |
"construction-bridge": "22",
|
58 |
"construction-building": "18",
|
@@ -91,60 +101,34 @@
|
|
91 |
"void-unclear": "34"
|
92 |
},
|
93 |
"layer_norm_eps": 1e-12,
|
94 |
-
"
|
95 |
-
"
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
"stage3",
|
101 |
-
"stage5",
|
102 |
-
"stage7",
|
103 |
-
"stage11"
|
104 |
-
],
|
105 |
-
"out_indices": [
|
106 |
-
3,
|
107 |
-
5,
|
108 |
-
7,
|
109 |
-
11
|
110 |
],
|
|
|
|
|
|
|
|
|
111 |
"patch_size": 16,
|
112 |
-
"
|
113 |
-
|
|
|
|
|
114 |
2,
|
115 |
-
|
116 |
-
|
117 |
-
],
|
118 |
-
"reshape_hidden_states": true,
|
119 |
-
"segmentation_indices": [
|
120 |
-
3,
|
121 |
-
5,
|
122 |
-
7,
|
123 |
-
11
|
124 |
],
|
|
|
125 |
"semantic_loss_ignore_index": 255,
|
126 |
-
"stage_names": [
|
127 |
-
"stem",
|
128 |
-
"stage1",
|
129 |
-
"stage2",
|
130 |
-
"stage3",
|
131 |
-
"stage4",
|
132 |
-
"stage5",
|
133 |
-
"stage6",
|
134 |
-
"stage7",
|
135 |
-
"stage8",
|
136 |
-
"stage9",
|
137 |
-
"stage10",
|
138 |
-
"stage11",
|
139 |
-
"stage12"
|
140 |
-
],
|
141 |
"torch_dtype": "float32",
|
142 |
-
"transformers_version": "4.
|
143 |
-
"
|
144 |
"use_auxiliary_head": true,
|
145 |
-
"
|
146 |
-
"
|
147 |
-
"
|
148 |
-
"
|
149 |
-
"vocab_size": 8192
|
150 |
}
|
|
|
1 |
{
|
2 |
+
"_commit_hash": "bc15f29aa3a80d532f2ed650b5e16ac48d8958f9",
|
3 |
+
"_name_or_path": "Intel/dpt-large",
|
4 |
+
"add_projection": false,
|
5 |
"architectures": [
|
6 |
+
"DPTForSemanticSegmentation"
|
7 |
],
|
8 |
"attention_probs_dropout_prob": 0.0,
|
|
|
|
|
9 |
"auxiliary_loss_weight": 0.4,
|
10 |
+
"backbone": null,
|
11 |
+
"backbone_config": null,
|
12 |
+
"backbone_featmap_shape": null,
|
13 |
+
"backbone_kwargs": null,
|
14 |
+
"backbone_out_indices": [
|
15 |
+
5,
|
16 |
+
11,
|
17 |
+
17,
|
18 |
+
23
|
19 |
+
],
|
20 |
+
"fusion_hidden_size": 256,
|
21 |
+
"head_in_index": -1,
|
22 |
"hidden_act": "gelu",
|
23 |
"hidden_dropout_prob": 0.0,
|
24 |
+
"hidden_size": 1024,
|
25 |
"id2label": {
|
26 |
"0": "unlabeled",
|
27 |
"1": "flat-road",
|
|
|
59 |
"33": "void-static",
|
60 |
"34": "void-unclear"
|
61 |
},
|
62 |
+
"image_size": 384,
|
63 |
"initializer_range": 0.02,
|
64 |
+
"intermediate_size": 4096,
|
65 |
+
"is_hybrid": false,
|
66 |
"label2id": {
|
67 |
"construction-bridge": "22",
|
68 |
"construction-building": "18",
|
|
|
101 |
"void-unclear": "34"
|
102 |
},
|
103 |
"layer_norm_eps": 1e-12,
|
104 |
+
"model_type": "dpt",
|
105 |
+
"neck_hidden_sizes": [
|
106 |
+
256,
|
107 |
+
512,
|
108 |
+
1024,
|
109 |
+
1024
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
],
|
111 |
+
"neck_ignore_stages": [],
|
112 |
+
"num_attention_heads": 16,
|
113 |
+
"num_channels": 3,
|
114 |
+
"num_hidden_layers": 24,
|
115 |
"patch_size": 16,
|
116 |
+
"qkv_bias": true,
|
117 |
+
"readout_type": "project",
|
118 |
+
"reassemble_factors": [
|
119 |
+
4,
|
120 |
2,
|
121 |
+
1,
|
122 |
+
0.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
],
|
124 |
+
"semantic_classifier_dropout": 0.1,
|
125 |
"semantic_loss_ignore_index": 255,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
"torch_dtype": "float32",
|
127 |
+
"transformers_version": "4.18.0.dev0",
|
128 |
+
"use_autobackbone": false,
|
129 |
"use_auxiliary_head": true,
|
130 |
+
"use_batch_norm_in_fusion_residual": false,
|
131 |
+
"use_bias_in_fusion_residual": null,
|
132 |
+
"use_pretrained_backbone": false,
|
133 |
+
"use_timm_backbone": false
|
|
|
134 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3a4c5cfd5f5c5ba6333be353a65b7ae19a95fd9fa54486948d836e045cc45e2
|
3 |
+
size 1375649088
|
preprocessor_config.json
CHANGED
@@ -1,28 +1,26 @@
|
|
1 |
{
|
2 |
-
"crop_size": {
|
3 |
-
"height": 224,
|
4 |
-
"width": 224
|
5 |
-
},
|
6 |
-
"do_center_crop": false,
|
7 |
"do_normalize": true,
|
8 |
-
"
|
9 |
"do_rescale": true,
|
10 |
"do_resize": true,
|
|
|
11 |
"image_mean": [
|
12 |
0.5,
|
13 |
0.5,
|
14 |
0.5
|
15 |
],
|
16 |
-
"image_processor_type": "
|
17 |
"image_std": [
|
18 |
0.5,
|
19 |
0.5,
|
20 |
0.5
|
21 |
],
|
22 |
-
"
|
|
|
23 |
"rescale_factor": 0.00392156862745098,
|
24 |
"size": {
|
25 |
-
"height":
|
26 |
-
"width":
|
27 |
-
}
|
|
|
28 |
}
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
2 |
"do_normalize": true,
|
3 |
+
"do_pad": false,
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
6 |
+
"ensure_multiple_of": 1,
|
7 |
"image_mean": [
|
8 |
0.5,
|
9 |
0.5,
|
10 |
0.5
|
11 |
],
|
12 |
+
"image_processor_type": "DPTImageProcessor",
|
13 |
"image_std": [
|
14 |
0.5,
|
15 |
0.5,
|
16 |
0.5
|
17 |
],
|
18 |
+
"keep_aspect_ratio": false,
|
19 |
+
"resample": 2,
|
20 |
"rescale_factor": 0.00392156862745098,
|
21 |
"size": {
|
22 |
+
"height": 384,
|
23 |
+
"width": 384
|
24 |
+
},
|
25 |
+
"size_divisor": null
|
26 |
}
|
runs/Nov30_13-49-30_769263f60571/events.out.tfevents.1732974586.769263f60571.4604.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a4dd4d982410839675723b5cfc4e8171f6448efa9b5cb9de1c98558142c33c4
|
3 |
+
size 7895
|
runs/Nov30_13-51-36_769263f60571/events.out.tfevents.1732974708.769263f60571.5196.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3de49628cb41e0daf71cfbe3a3a4ee35f92c367486f429068fadfed26a6abc9d
|
3 |
+
size 4184
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25f808759c0c0aa0f1a3f913adf364b5f7abe556e80f26c3b9ad7a3a348bf14a
|
3 |
size 5432
|