End of training
Browse files- .gitignore +1 -0
- config.json +195 -19
- pytorch_model.bin +3 -0
- runs/Jul12_03-12-57_1f4a6b3b29e8/events.out.tfevents.1689131701.1f4a6b3b29e8.234.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -1,23 +1,199 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"
|
5 |
-
|
6 |
-
"image_mean": [
|
7 |
-
0.485,
|
8 |
-
0.456,
|
9 |
-
0.406
|
10 |
],
|
11 |
-
"
|
12 |
-
"
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
],
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"height": 512,
|
21 |
-
"width": 512
|
22 |
-
}
|
23 |
}
|
|
|
1 |
{
|
2 |
+
"_commit_hash": "876ffc56b819a829448f7e81e9f8606deef6fb65",
|
3 |
+
"_name_or_path": "openmmlab/upernet-convnext-tiny",
|
4 |
+
"architectures": [
|
5 |
+
"UperNetForSemanticSegmentation"
|
|
|
|
|
|
|
|
|
6 |
],
|
7 |
+
"auxiliary_channels": 256,
|
8 |
+
"auxiliary_concat_input": false,
|
9 |
+
"auxiliary_in_channels": 384,
|
10 |
+
"auxiliary_loss_weight": 0.4,
|
11 |
+
"auxiliary_num_convs": 1,
|
12 |
+
"backbone_config": {
|
13 |
+
"_name_or_path": "",
|
14 |
+
"add_cross_attention": false,
|
15 |
+
"architectures": null,
|
16 |
+
"bad_words_ids": null,
|
17 |
+
"begin_suppress_tokens": null,
|
18 |
+
"bos_token_id": null,
|
19 |
+
"chunk_size_feed_forward": 0,
|
20 |
+
"cross_attention_hidden_size": null,
|
21 |
+
"decoder_start_token_id": null,
|
22 |
+
"depths": [
|
23 |
+
3,
|
24 |
+
3,
|
25 |
+
9,
|
26 |
+
3
|
27 |
+
],
|
28 |
+
"diversity_penalty": 0.0,
|
29 |
+
"do_sample": false,
|
30 |
+
"drop_path_rate": 0.0,
|
31 |
+
"early_stopping": false,
|
32 |
+
"encoder_no_repeat_ngram_size": 0,
|
33 |
+
"eos_token_id": null,
|
34 |
+
"exponential_decay_length_penalty": null,
|
35 |
+
"finetuning_task": null,
|
36 |
+
"forced_bos_token_id": null,
|
37 |
+
"forced_eos_token_id": null,
|
38 |
+
"hidden_act": "gelu",
|
39 |
+
"hidden_sizes": [
|
40 |
+
96,
|
41 |
+
192,
|
42 |
+
384,
|
43 |
+
768
|
44 |
+
],
|
45 |
+
"id2label": {
|
46 |
+
"0": "LABEL_0",
|
47 |
+
"1": "LABEL_1"
|
48 |
+
},
|
49 |
+
"image_size": 224,
|
50 |
+
"initializer_range": 0.02,
|
51 |
+
"is_decoder": false,
|
52 |
+
"is_encoder_decoder": false,
|
53 |
+
"label2id": {
|
54 |
+
"LABEL_0": 0,
|
55 |
+
"LABEL_1": 1
|
56 |
+
},
|
57 |
+
"layer_norm_eps": 1e-12,
|
58 |
+
"layer_scale_init_value": 1e-06,
|
59 |
+
"length_penalty": 1.0,
|
60 |
+
"max_length": 20,
|
61 |
+
"min_length": 0,
|
62 |
+
"model_type": "convnext",
|
63 |
+
"no_repeat_ngram_size": 0,
|
64 |
+
"num_beam_groups": 1,
|
65 |
+
"num_beams": 1,
|
66 |
+
"num_channels": 3,
|
67 |
+
"num_return_sequences": 1,
|
68 |
+
"num_stages": 4,
|
69 |
+
"out_features": [
|
70 |
+
"stage1",
|
71 |
+
"stage2",
|
72 |
+
"stage3",
|
73 |
+
"stage4"
|
74 |
+
],
|
75 |
+
"out_indices": [
|
76 |
+
1,
|
77 |
+
2,
|
78 |
+
3,
|
79 |
+
4
|
80 |
+
],
|
81 |
+
"output_attentions": false,
|
82 |
+
"output_hidden_states": false,
|
83 |
+
"output_scores": false,
|
84 |
+
"pad_token_id": null,
|
85 |
+
"patch_size": 4,
|
86 |
+
"prefix": null,
|
87 |
+
"problem_type": null,
|
88 |
+
"pruned_heads": {},
|
89 |
+
"remove_invalid_values": false,
|
90 |
+
"repetition_penalty": 1.0,
|
91 |
+
"return_dict": true,
|
92 |
+
"return_dict_in_generate": false,
|
93 |
+
"sep_token_id": null,
|
94 |
+
"stage_names": [
|
95 |
+
"stem",
|
96 |
+
"stage1",
|
97 |
+
"stage2",
|
98 |
+
"stage3",
|
99 |
+
"stage4"
|
100 |
+
],
|
101 |
+
"suppress_tokens": null,
|
102 |
+
"task_specific_params": null,
|
103 |
+
"temperature": 1.0,
|
104 |
+
"tf_legacy_loss": false,
|
105 |
+
"tie_encoder_decoder": false,
|
106 |
+
"tie_word_embeddings": true,
|
107 |
+
"tokenizer_class": null,
|
108 |
+
"top_k": 50,
|
109 |
+
"top_p": 1.0,
|
110 |
+
"torch_dtype": null,
|
111 |
+
"torchscript": false,
|
112 |
+
"transformers_version": "4.30.2",
|
113 |
+
"typical_p": 1.0,
|
114 |
+
"use_bfloat16": false
|
115 |
+
},
|
116 |
+
"hidden_size": 512,
|
117 |
+
"id2label": {
|
118 |
+
"0": "background",
|
119 |
+
"1": "11",
|
120 |
+
"2": "12",
|
121 |
+
"3": "13",
|
122 |
+
"4": "14",
|
123 |
+
"5": "15",
|
124 |
+
"6": "16",
|
125 |
+
"7": "17",
|
126 |
+
"8": "18",
|
127 |
+
"9": "21",
|
128 |
+
"10": "22",
|
129 |
+
"11": "23",
|
130 |
+
"12": "24",
|
131 |
+
"13": "25",
|
132 |
+
"14": "26",
|
133 |
+
"15": "27",
|
134 |
+
"16": "28",
|
135 |
+
"17": "31",
|
136 |
+
"18": "32",
|
137 |
+
"19": "33",
|
138 |
+
"20": "34",
|
139 |
+
"21": "35",
|
140 |
+
"22": "36",
|
141 |
+
"23": "37",
|
142 |
+
"24": "38",
|
143 |
+
"25": "41",
|
144 |
+
"26": "42",
|
145 |
+
"27": "43",
|
146 |
+
"28": "44",
|
147 |
+
"29": "45",
|
148 |
+
"30": "46",
|
149 |
+
"31": "47",
|
150 |
+
"32": "48"
|
151 |
+
},
|
152 |
+
"initializer_range": 0.02,
|
153 |
+
"label2id": {
|
154 |
+
"11": 1,
|
155 |
+
"12": 2,
|
156 |
+
"13": 3,
|
157 |
+
"14": 4,
|
158 |
+
"15": 5,
|
159 |
+
"16": 6,
|
160 |
+
"17": 7,
|
161 |
+
"18": 8,
|
162 |
+
"21": 9,
|
163 |
+
"22": 10,
|
164 |
+
"23": 11,
|
165 |
+
"24": 12,
|
166 |
+
"25": 13,
|
167 |
+
"26": 14,
|
168 |
+
"27": 15,
|
169 |
+
"28": 16,
|
170 |
+
"31": 17,
|
171 |
+
"32": 18,
|
172 |
+
"33": 19,
|
173 |
+
"34": 20,
|
174 |
+
"35": 21,
|
175 |
+
"36": 22,
|
176 |
+
"37": 23,
|
177 |
+
"38": 24,
|
178 |
+
"41": 25,
|
179 |
+
"42": 26,
|
180 |
+
"43": 27,
|
181 |
+
"44": 28,
|
182 |
+
"45": 29,
|
183 |
+
"46": 30,
|
184 |
+
"47": 31,
|
185 |
+
"48": 32,
|
186 |
+
"background": 0
|
187 |
+
},
|
188 |
+
"loss_ignore_index": 255,
|
189 |
+
"model_type": "upernet",
|
190 |
+
"pool_scales": [
|
191 |
+
1,
|
192 |
+
2,
|
193 |
+
3,
|
194 |
+
6
|
195 |
],
|
196 |
+
"torch_dtype": "float32",
|
197 |
+
"transformers_version": null,
|
198 |
+
"use_auxiliary_head": true
|
|
|
|
|
|
|
199 |
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c8eeb01747a39e61dd9067f95a4416498257399a80d147be45be9f030260bcc
|
3 |
+
size 240753085
|
runs/Jul12_03-12-57_1f4a6b3b29e8/events.out.tfevents.1689131701.1f4a6b3b29e8.234.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f194acd8283a511e9d259931123956332b84ee83812672a796fcb5a749f87e20
|
3 |
+
size 713050
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfbca5d1ee9dff3a6562826b2351d7659edeaea4d549513416ca63bf2fd6d958
|
3 |
+
size 4027
|