pchizhov commited on
Commit
89bb1eb
·
verified ·
1 Parent(s): e05f79c

Training in progress, step 200

Browse files
config.json ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/detr-resnet-50",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "DetrForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": null,
11
+ "backbone_config": {
12
+ "_name_or_path": "",
13
+ "add_cross_attention": false,
14
+ "architectures": null,
15
+ "bad_words_ids": null,
16
+ "begin_suppress_tokens": null,
17
+ "bos_token_id": null,
18
+ "chunk_size_feed_forward": 0,
19
+ "cross_attention_hidden_size": null,
20
+ "decoder_start_token_id": null,
21
+ "depths": [
22
+ 3,
23
+ 4,
24
+ 6,
25
+ 3
26
+ ],
27
+ "diversity_penalty": 0.0,
28
+ "do_sample": false,
29
+ "downsample_in_bottleneck": false,
30
+ "downsample_in_first_stage": false,
31
+ "early_stopping": false,
32
+ "embedding_size": 64,
33
+ "encoder_no_repeat_ngram_size": 0,
34
+ "eos_token_id": null,
35
+ "exponential_decay_length_penalty": null,
36
+ "finetuning_task": null,
37
+ "forced_bos_token_id": null,
38
+ "forced_eos_token_id": null,
39
+ "hidden_act": "relu",
40
+ "hidden_sizes": [
41
+ 256,
42
+ 512,
43
+ 1024,
44
+ 2048
45
+ ],
46
+ "id2label": {
47
+ "0": "LABEL_0",
48
+ "1": "LABEL_1"
49
+ },
50
+ "is_decoder": false,
51
+ "is_encoder_decoder": false,
52
+ "label2id": {
53
+ "LABEL_0": 0,
54
+ "LABEL_1": 1
55
+ },
56
+ "layer_type": "bottleneck",
57
+ "length_penalty": 1.0,
58
+ "max_length": 20,
59
+ "min_length": 0,
60
+ "model_type": "resnet",
61
+ "no_repeat_ngram_size": 0,
62
+ "num_beam_groups": 1,
63
+ "num_beams": 1,
64
+ "num_channels": 3,
65
+ "num_return_sequences": 1,
66
+ "out_features": [
67
+ "stage4"
68
+ ],
69
+ "out_indices": [
70
+ 4
71
+ ],
72
+ "output_attentions": false,
73
+ "output_hidden_states": false,
74
+ "output_scores": false,
75
+ "pad_token_id": null,
76
+ "prefix": null,
77
+ "problem_type": null,
78
+ "pruned_heads": {},
79
+ "remove_invalid_values": false,
80
+ "repetition_penalty": 1.0,
81
+ "return_dict": true,
82
+ "return_dict_in_generate": false,
83
+ "sep_token_id": null,
84
+ "stage_names": [
85
+ "stem",
86
+ "stage1",
87
+ "stage2",
88
+ "stage3",
89
+ "stage4"
90
+ ],
91
+ "suppress_tokens": null,
92
+ "task_specific_params": null,
93
+ "temperature": 1.0,
94
+ "tf_legacy_loss": false,
95
+ "tie_encoder_decoder": false,
96
+ "tie_word_embeddings": true,
97
+ "tokenizer_class": null,
98
+ "top_k": 50,
99
+ "top_p": 1.0,
100
+ "torch_dtype": null,
101
+ "torchscript": false,
102
+ "typical_p": 1.0,
103
+ "use_bfloat16": false
104
+ },
105
+ "backbone_kwargs": null,
106
+ "bbox_cost": 5,
107
+ "bbox_loss_coefficient": 5,
108
+ "class_cost": 1,
109
+ "d_model": 256,
110
+ "decoder_attention_heads": 8,
111
+ "decoder_ffn_dim": 2048,
112
+ "decoder_layerdrop": 0.0,
113
+ "decoder_layers": 6,
114
+ "dice_loss_coefficient": 1,
115
+ "dilation": null,
116
+ "dropout": 0.1,
117
+ "encoder_attention_heads": 8,
118
+ "encoder_ffn_dim": 2048,
119
+ "encoder_layerdrop": 0.0,
120
+ "encoder_layers": 6,
121
+ "eos_coefficient": 0.1,
122
+ "giou_cost": 2,
123
+ "giou_loss_coefficient": 2,
124
+ "id2label": {
125
+ "0": "shirt, blouse",
126
+ "1": "top, t-shirt, sweatshirt",
127
+ "2": "sweater",
128
+ "3": "cardigan",
129
+ "4": "jacket",
130
+ "5": "vest",
131
+ "6": "pants",
132
+ "7": "shorts",
133
+ "8": "skirt",
134
+ "9": "coat",
135
+ "10": "dress",
136
+ "11": "jumpsuit",
137
+ "12": "cape",
138
+ "13": "glasses",
139
+ "14": "hat",
140
+ "15": "headband, head covering, hair accessory",
141
+ "16": "tie",
142
+ "17": "glove",
143
+ "18": "watch",
144
+ "19": "belt",
145
+ "20": "leg warmer",
146
+ "21": "tights, stockings",
147
+ "22": "sock",
148
+ "23": "shoe",
149
+ "24": "bag, wallet",
150
+ "25": "scarf",
151
+ "26": "umbrella",
152
+ "27": "hood",
153
+ "28": "collar",
154
+ "29": "lapel",
155
+ "30": "epaulette",
156
+ "31": "sleeve",
157
+ "32": "pocket",
158
+ "33": "neckline",
159
+ "34": "buckle",
160
+ "35": "zipper",
161
+ "36": "applique",
162
+ "37": "bead",
163
+ "38": "bow",
164
+ "39": "flower",
165
+ "40": "fringe",
166
+ "41": "ribbon",
167
+ "42": "rivet",
168
+ "43": "ruffle",
169
+ "44": "sequin",
170
+ "45": "tassel"
171
+ },
172
+ "init_std": 0.02,
173
+ "init_xavier_std": 1.0,
174
+ "is_encoder_decoder": true,
175
+ "label2id": {
176
+ "applique": 36,
177
+ "bag, wallet": 24,
178
+ "bead": 37,
179
+ "belt": 19,
180
+ "bow": 38,
181
+ "buckle": 34,
182
+ "cape": 12,
183
+ "cardigan": 3,
184
+ "coat": 9,
185
+ "collar": 28,
186
+ "dress": 10,
187
+ "epaulette": 30,
188
+ "flower": 39,
189
+ "fringe": 40,
190
+ "glasses": 13,
191
+ "glove": 17,
192
+ "hat": 14,
193
+ "headband, head covering, hair accessory": 15,
194
+ "hood": 27,
195
+ "jacket": 4,
196
+ "jumpsuit": 11,
197
+ "lapel": 29,
198
+ "leg warmer": 20,
199
+ "neckline": 33,
200
+ "pants": 6,
201
+ "pocket": 32,
202
+ "ribbon": 41,
203
+ "rivet": 42,
204
+ "ruffle": 43,
205
+ "scarf": 25,
206
+ "sequin": 44,
207
+ "shirt, blouse": 0,
208
+ "shoe": 23,
209
+ "shorts": 7,
210
+ "skirt": 8,
211
+ "sleeve": 31,
212
+ "sock": 22,
213
+ "sweater": 2,
214
+ "tassel": 45,
215
+ "tie": 16,
216
+ "tights, stockings": 21,
217
+ "top, t-shirt, sweatshirt": 1,
218
+ "umbrella": 26,
219
+ "vest": 5,
220
+ "watch": 18,
221
+ "zipper": 35
222
+ },
223
+ "mask_loss_coefficient": 1,
224
+ "model_type": "detr",
225
+ "num_channels": 3,
226
+ "num_hidden_layers": 6,
227
+ "num_queries": 100,
228
+ "position_embedding_type": "sine",
229
+ "scale_embedding": false,
230
+ "torch_dtype": "float32",
231
+ "transformers_version": "4.38.2",
232
+ "use_pretrained_backbone": null,
233
+ "use_timm_backbone": false
234
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3079b8bc1ddedf0cddd3b98bded9155b2ef679f2e3c0caa6ccf39a864b36219
3
+ size 166549988
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": true,
4
+ "do_pad": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "DetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "longest_edge": 1333,
23
+ "shortest_edge": 800
24
+ }
25
+ }
runs/Apr02_15-43-36_0daa416c202f/events.out.tfevents.1712072619.0daa416c202f.219.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6388995e7b4ab775168bb86562292a3ec67b21284be97fa568de27d34feca69b
3
+ size 9068
runs/Apr02_15-45-00_0daa416c202f/events.out.tfevents.1712072702.0daa416c202f.219.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53990660efab409a86bd9c228ea3e60518f0e7396ba214e4a8a72be6325e1191
3
+ size 9904
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a06f45c459bd13ed113ba85376f1f85f523eea39a7eef0fff5a99b6036e63975
3
+ size 4856