End of training
Browse files- config.json +114 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "nvidia/mit-b5",
|
3 |
+
"architectures": [
|
4 |
+
"SegformerForSemanticSegmentation"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"classifier_dropout_prob": 0.1,
|
8 |
+
"decoder_hidden_size": 768,
|
9 |
+
"depths": [
|
10 |
+
3,
|
11 |
+
6,
|
12 |
+
40,
|
13 |
+
3
|
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 |
+
64,
|
26 |
+
128,
|
27 |
+
320,
|
28 |
+
512
|
29 |
+
],
|
30 |
+
"id2label": {
|
31 |
+
"0": "unlabeled",
|
32 |
+
"1": "klt_bin",
|
33 |
+
"2": "rack",
|
34 |
+
"3": "ceiling",
|
35 |
+
"4": "pillar",
|
36 |
+
"5": "wall",
|
37 |
+
"6": "floor",
|
38 |
+
"7": "sign",
|
39 |
+
"8": "box",
|
40 |
+
"9": "bracket",
|
41 |
+
"10": "barcode",
|
42 |
+
"11": "floor_decal",
|
43 |
+
"12": "fuse_box",
|
44 |
+
"13": "pallet",
|
45 |
+
"14": "lamp",
|
46 |
+
"15": "not-known-2",
|
47 |
+
"16": "wire",
|
48 |
+
"17": "fire_extinguisher",
|
49 |
+
"18": "crate",
|
50 |
+
"19": "cart"
|
51 |
+
},
|
52 |
+
"image_size": 224,
|
53 |
+
"initializer_range": 0.02,
|
54 |
+
"label2id": {
|
55 |
+
"barcode": 10,
|
56 |
+
"box": 8,
|
57 |
+
"bracket": 9,
|
58 |
+
"cart": 19,
|
59 |
+
"ceiling": 3,
|
60 |
+
"crate": 18,
|
61 |
+
"fire_extinguisher": 17,
|
62 |
+
"floor": 6,
|
63 |
+
"floor_decal": 11,
|
64 |
+
"fuse_box": 12,
|
65 |
+
"klt_bin": 1,
|
66 |
+
"lamp": 14,
|
67 |
+
"not-known-2": 15,
|
68 |
+
"pallet": 13,
|
69 |
+
"pillar": 4,
|
70 |
+
"rack": 2,
|
71 |
+
"sign": 7,
|
72 |
+
"unlabeled": 0,
|
73 |
+
"wall": 5,
|
74 |
+
"wire": 16
|
75 |
+
},
|
76 |
+
"layer_norm_eps": 1e-06,
|
77 |
+
"mlp_ratios": [
|
78 |
+
4,
|
79 |
+
4,
|
80 |
+
4,
|
81 |
+
4
|
82 |
+
],
|
83 |
+
"model_type": "segformer",
|
84 |
+
"num_attention_heads": [
|
85 |
+
1,
|
86 |
+
2,
|
87 |
+
5,
|
88 |
+
8
|
89 |
+
],
|
90 |
+
"num_channels": 3,
|
91 |
+
"num_encoder_blocks": 4,
|
92 |
+
"patch_sizes": [
|
93 |
+
7,
|
94 |
+
3,
|
95 |
+
3,
|
96 |
+
3
|
97 |
+
],
|
98 |
+
"reshape_last_stage": true,
|
99 |
+
"semantic_loss_ignore_index": 255,
|
100 |
+
"sr_ratios": [
|
101 |
+
8,
|
102 |
+
4,
|
103 |
+
2,
|
104 |
+
1
|
105 |
+
],
|
106 |
+
"strides": [
|
107 |
+
4,
|
108 |
+
2,
|
109 |
+
2,
|
110 |
+
2
|
111 |
+
],
|
112 |
+
"torch_dtype": "float32",
|
113 |
+
"transformers_version": "4.19.2"
|
114 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75166c6a273fcb3c983f9c6cd935914965d1ead3a70f5727f1bb8253729cb5ae
|
3 |
+
size 338841157
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f6c45d2c527ff0719e220eb0af64aa080eb5b586cb51a4e24691fabf4bbb4f6
|
3 |
+
size 3183
|