Training in progress, step 20
Browse files- config.json +92 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"background",
|
32 |
+
"Building",
|
33 |
+
"Dmg-facade",
|
34 |
+
"Dmg-roof",
|
35 |
+
"Dmg-window",
|
36 |
+
"Hole",
|
37 |
+
"No-wall",
|
38 |
+
"Roof",
|
39 |
+
"Ruined-floors"
|
40 |
+
],
|
41 |
+
"image_size": 224,
|
42 |
+
"initializer_range": 0.02,
|
43 |
+
"label2id": {
|
44 |
+
"Building": 1,
|
45 |
+
"Dmg-facade": 2,
|
46 |
+
"Dmg-roof": 3,
|
47 |
+
"Dmg-window": 4,
|
48 |
+
"Hole": 5,
|
49 |
+
"No-wall": 6,
|
50 |
+
"Roof": 7,
|
51 |
+
"Ruined-floors": 8,
|
52 |
+
"background": 0
|
53 |
+
},
|
54 |
+
"layer_norm_eps": 1e-06,
|
55 |
+
"mlp_ratios": [
|
56 |
+
4,
|
57 |
+
4,
|
58 |
+
4,
|
59 |
+
4
|
60 |
+
],
|
61 |
+
"model_type": "segformer",
|
62 |
+
"num_attention_heads": [
|
63 |
+
1,
|
64 |
+
2,
|
65 |
+
5,
|
66 |
+
8
|
67 |
+
],
|
68 |
+
"num_channels": 3,
|
69 |
+
"num_encoder_blocks": 4,
|
70 |
+
"patch_sizes": [
|
71 |
+
7,
|
72 |
+
3,
|
73 |
+
3,
|
74 |
+
3
|
75 |
+
],
|
76 |
+
"reshape_last_stage": true,
|
77 |
+
"semantic_loss_ignore_index": 255,
|
78 |
+
"sr_ratios": [
|
79 |
+
8,
|
80 |
+
4,
|
81 |
+
2,
|
82 |
+
1
|
83 |
+
],
|
84 |
+
"strides": [
|
85 |
+
4,
|
86 |
+
2,
|
87 |
+
2,
|
88 |
+
2
|
89 |
+
],
|
90 |
+
"torch_dtype": "float32",
|
91 |
+
"transformers_version": "4.40.2"
|
92 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de7afc4de7dcf4c40a50159241a7946faa746838301f9e6ba3922ab451aa3c13
|
3 |
+
size 14891980
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33d7f5d2f1397df6ffd7347ad14019b71828d48ff1f4ced54b496242c5b54e7d
|
3 |
+
size 4984
|