End of training
Browse files- .gitignore +1 -0
- config.json +96 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "unlabeled",
|
32 |
+
"1": "ruler",
|
33 |
+
"2": "socket",
|
34 |
+
"3": "wall",
|
35 |
+
"4": "window",
|
36 |
+
"5": "heater",
|
37 |
+
"6": "floor",
|
38 |
+
"7": "ceiling",
|
39 |
+
"8": "skirting",
|
40 |
+
"9": "door",
|
41 |
+
"10": "light"
|
42 |
+
},
|
43 |
+
"image_size": 224,
|
44 |
+
"initializer_range": 0.02,
|
45 |
+
"label2id": {
|
46 |
+
"ceiling": 7,
|
47 |
+
"door": 9,
|
48 |
+
"floor": 6,
|
49 |
+
"heater": 5,
|
50 |
+
"light": 10,
|
51 |
+
"ruler": 1,
|
52 |
+
"skirting": 8,
|
53 |
+
"socket": 2,
|
54 |
+
"unlabeled": 0,
|
55 |
+
"wall": 3,
|
56 |
+
"window": 4
|
57 |
+
},
|
58 |
+
"layer_norm_eps": 1e-06,
|
59 |
+
"mlp_ratios": [
|
60 |
+
4,
|
61 |
+
4,
|
62 |
+
4,
|
63 |
+
4
|
64 |
+
],
|
65 |
+
"model_type": "segformer",
|
66 |
+
"num_attention_heads": [
|
67 |
+
1,
|
68 |
+
2,
|
69 |
+
5,
|
70 |
+
8
|
71 |
+
],
|
72 |
+
"num_channels": 3,
|
73 |
+
"num_encoder_blocks": 4,
|
74 |
+
"patch_sizes": [
|
75 |
+
7,
|
76 |
+
3,
|
77 |
+
3,
|
78 |
+
3
|
79 |
+
],
|
80 |
+
"reshape_last_stage": true,
|
81 |
+
"semantic_loss_ignore_index": 255,
|
82 |
+
"sr_ratios": [
|
83 |
+
8,
|
84 |
+
4,
|
85 |
+
2,
|
86 |
+
1
|
87 |
+
],
|
88 |
+
"strides": [
|
89 |
+
4,
|
90 |
+
2,
|
91 |
+
2,
|
92 |
+
2
|
93 |
+
],
|
94 |
+
"torch_dtype": "float32",
|
95 |
+
"transformers_version": "4.25.1"
|
96 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df59d133c79533e2c3c1b91cdbbd9127856e81b9b6dfcae5cbf7322496a13f97
|
3 |
+
size 14941005
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f319a74c8b1390e2a5ba367d0d4179fa4a8a7d4b9a316c816b7a1e019a6c53ed
|
3 |
+
size 3515
|