Training in progress, step 2500
Browse files- config.json +23 -17
- model.safetensors +2 -2
- preprocessor_config.json +1 -1
- runs/Aug04_22-58-02_9b6934c27a7f/events.out.tfevents.1754348297.9b6934c27a7f.6433.0 +3 -0
- runs/Aug05_15-49-28_5bcb4a177846/events.out.tfevents.1754408984.5bcb4a177846.16841.0 +3 -0
- runs/Aug05_15-52-36_5bcb4a177846/events.out.tfevents.1754409172.5bcb4a177846.27178.0 +3 -0
- runs/Aug05_18-55-34_6e9f1bc45c55/events.out.tfevents.1754420162.6e9f1bc45c55.2563.0 +3 -0
- runs/Aug05_19-06-25_6e9f1bc45c55/events.out.tfevents.1754420802.6e9f1bc45c55.9337.0 +3 -0
- training_args.bin +2 -2
config.json
CHANGED
@@ -2083,28 +2083,34 @@
|
|
2083 |
],
|
2084 |
"hidden_dim": 256,
|
2085 |
"id2label": {
|
2086 |
-
"0": "
|
2087 |
-
"1": "
|
2088 |
-
"2": "
|
2089 |
-
"3": "
|
2090 |
-
"4": "
|
2091 |
-
"5": "
|
2092 |
-
"6": "
|
2093 |
-
"7": "
|
|
|
|
|
|
|
2094 |
},
|
2095 |
"ignore_value": 255,
|
2096 |
"importance_sample_ratio": 0.75,
|
2097 |
"init_std": 0.02,
|
2098 |
"init_xavier_std": 1.0,
|
2099 |
"label2id": {
|
2100 |
-
"asphalt":
|
2101 |
-
"
|
2102 |
-
"
|
2103 |
-
"
|
2104 |
-
"
|
2105 |
-
"
|
2106 |
-
"
|
2107 |
-
"
|
|
|
|
|
|
|
2108 |
},
|
2109 |
"mask_feature_size": 256,
|
2110 |
"mask_weight": 5.0,
|
@@ -2118,7 +2124,7 @@
|
|
2118 |
"pre_norm": false,
|
2119 |
"torch_dtype": "float32",
|
2120 |
"train_num_points": 12544,
|
2121 |
-
"transformers_version": "4.
|
2122 |
"use_auxiliary_loss": true,
|
2123 |
"use_pretrained_backbone": false,
|
2124 |
"use_timm_backbone": false
|
|
|
2083 |
],
|
2084 |
"hidden_dim": 256,
|
2085 |
"id2label": {
|
2086 |
+
"0": "background",
|
2087 |
+
"1": "gravel",
|
2088 |
+
"2": "dw",
|
2089 |
+
"3": "gutter",
|
2090 |
+
"4": "obstruction",
|
2091 |
+
"5": "cracked_deteriorated",
|
2092 |
+
"6": "gutter_step",
|
2093 |
+
"7": "stairs",
|
2094 |
+
"8": "brick",
|
2095 |
+
"9": "asphalt",
|
2096 |
+
"10": "panel"
|
2097 |
},
|
2098 |
"ignore_value": 255,
|
2099 |
"importance_sample_ratio": 0.75,
|
2100 |
"init_std": 0.02,
|
2101 |
"init_xavier_std": 1.0,
|
2102 |
"label2id": {
|
2103 |
+
"asphalt": 9,
|
2104 |
+
"background": 0,
|
2105 |
+
"brick": 8,
|
2106 |
+
"cracked_deteriorated": 5,
|
2107 |
+
"dw": 2,
|
2108 |
+
"gravel": 1,
|
2109 |
+
"gutter": 3,
|
2110 |
+
"gutter_step": 6,
|
2111 |
+
"obstruction": 4,
|
2112 |
+
"panel": 10,
|
2113 |
+
"stairs": 7
|
2114 |
},
|
2115 |
"mask_feature_size": 256,
|
2116 |
"mask_weight": 5.0,
|
|
|
2124 |
"pre_norm": false,
|
2125 |
"torch_dtype": "float32",
|
2126 |
"train_num_points": 12544,
|
2127 |
+
"transformers_version": "4.56.0.dev0",
|
2128 |
"use_auxiliary_loss": true,
|
2129 |
"use_pretrained_backbone": false,
|
2130 |
"use_timm_backbone": false
|
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:0fd2fed47348eb295a9ae92882e4a25d07f3be28bf93df192c6e337895b7e9d6
|
3 |
+
size 189926960
|
preprocessor_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"do_normalize": true,
|
3 |
-
"do_reduce_labels":
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
6 |
"ignore_index": 255,
|
|
|
1 |
{
|
2 |
"do_normalize": true,
|
3 |
+
"do_reduce_labels": false,
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
6 |
"ignore_index": 255,
|
runs/Aug04_22-58-02_9b6934c27a7f/events.out.tfevents.1754348297.9b6934c27a7f.6433.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:927323b3cb878bbaf29a461b1912317ae6a4f7a27aa3488a2a204606dd0bba45
|
3 |
+
size 80127
|
runs/Aug05_15-49-28_5bcb4a177846/events.out.tfevents.1754408984.5bcb4a177846.16841.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcca0587392ee2a39c41b08c02535431531a9727a2c2dae23871d08fc259108f
|
3 |
+
size 80126
|
runs/Aug05_15-52-36_5bcb4a177846/events.out.tfevents.1754409172.5bcb4a177846.27178.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:250f1ca261e1ebb3ecb519b65f3b3b53d08c11e567e5eae981f1959f7bab79e3
|
3 |
+
size 80126
|
runs/Aug05_18-55-34_6e9f1bc45c55/events.out.tfevents.1754420162.6e9f1bc45c55.2563.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d2be5ffa343ac7729d3c4b6ab9133498e17aacf106520bc432e5b3149c4dd04
|
3 |
+
size 80126
|
runs/Aug05_19-06-25_6e9f1bc45c55/events.out.tfevents.1754420802.6e9f1bc45c55.9337.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c038e71e404c0de3e94754ca88198e4b5cd5557b31e5bc3471761a3e9f778cd
|
3 |
+
size 80127
|
training_args.bin
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:4099d72dabe7e39fcc2cd7d5340f887c0faf33786d5c769fba084455d9f0f570
|
3 |
+
size 5496
|