joe611 commited on
Commit
32462b9
1 Parent(s): ecffcfe

Training in progress, epoch 1, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "resnet50",
11
+ "backbone_config": null,
12
+ "backbone_kwargs": {
13
+ "in_chans": 3,
14
+ "out_indices": [
15
+ 1,
16
+ 2,
17
+ 3,
18
+ 4
19
+ ]
20
+ },
21
+ "bbox_cost": 5,
22
+ "bbox_loss_coefficient": 5,
23
+ "class_cost": 1,
24
+ "classifier_dropout": 0.0,
25
+ "d_model": 256,
26
+ "decoder_attention_heads": 8,
27
+ "decoder_ffn_dim": 2048,
28
+ "decoder_layerdrop": 0.0,
29
+ "decoder_layers": 6,
30
+ "dice_loss_coefficient": 1,
31
+ "dilation": false,
32
+ "dropout": 0.1,
33
+ "encoder_attention_heads": 8,
34
+ "encoder_ffn_dim": 2048,
35
+ "encoder_layerdrop": 0.0,
36
+ "encoder_layers": 6,
37
+ "eos_coefficient": 0.1,
38
+ "giou_cost": 2,
39
+ "giou_loss_coefficient": 2,
40
+ "id2label": {
41
+ "0": "chicken",
42
+ "1": "duck",
43
+ "2": "plant"
44
+ },
45
+ "init_std": 0.02,
46
+ "init_xavier_std": 1.0,
47
+ "is_encoder_decoder": true,
48
+ "label2id": {
49
+ "chicken": 0,
50
+ "duck": 1,
51
+ "plant": 2
52
+ },
53
+ "mask_loss_coefficient": 1,
54
+ "max_position_embeddings": 1024,
55
+ "model_type": "detr",
56
+ "num_channels": 3,
57
+ "num_hidden_layers": 6,
58
+ "num_queries": 100,
59
+ "position_embedding_type": "sine",
60
+ "scale_embedding": false,
61
+ "torch_dtype": "float32",
62
+ "transformers_version": "4.46.1",
63
+ "use_pretrained_backbone": true,
64
+ "use_timm_backbone": true
65
+ }
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f306000c6d24d3f1de62e10ad13f70916e5971a36c02c54505a85d8d764548c2
3
+ size 166496880
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4d66ab48568ce0785d9b6e8bddf768234272bcad473657a97c42c29f97a73b9
3
+ size 330495866
last-checkpoint/preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "pad_size": {
20
+ "height": 480,
21
+ "width": 480
22
+ },
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 480,
27
+ "width": 480
28
+ }
29
+ }
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc4ee78cd7759ec8ff9674d33f1647ad740f9312009ce8839eba48be5854ab5
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6f85bfd04697e193837621bcee517ef411ceb3ff41be8f3db66d9050b657471
3
+ size 1064
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.2143162488937378,
3
+ "best_model_checkpoint": "chickens-composite-403232323232-150-epochs-w-transform-metrics-test/checkpoint-1000",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.03,
13
+ "grad_norm": 59.60230255126953,
14
+ "learning_rate": 9.999999013039593e-06,
15
+ "loss": 2.4437,
16
+ "step": 30
17
+ },
18
+ {
19
+ "epoch": 0.06,
20
+ "grad_norm": 173.15296936035156,
21
+ "learning_rate": 9.99999605215876e-06,
22
+ "loss": 2.1202,
23
+ "step": 60
24
+ },
25
+ {
26
+ "epoch": 0.09,
27
+ "grad_norm": 55.09599685668945,
28
+ "learning_rate": 9.99999111735867e-06,
29
+ "loss": 2.1122,
30
+ "step": 90
31
+ },
32
+ {
33
+ "epoch": 0.12,
34
+ "grad_norm": 165.06375122070312,
35
+ "learning_rate": 9.999984208641271e-06,
36
+ "loss": 1.8063,
37
+ "step": 120
38
+ },
39
+ {
40
+ "epoch": 0.15,
41
+ "grad_norm": 66.5302505493164,
42
+ "learning_rate": 9.999975326009292e-06,
43
+ "loss": 1.9324,
44
+ "step": 150
45
+ },
46
+ {
47
+ "epoch": 0.18,
48
+ "grad_norm": 47.085636138916016,
49
+ "learning_rate": 9.999964469466236e-06,
50
+ "loss": 1.7749,
51
+ "step": 180
52
+ },
53
+ {
54
+ "epoch": 0.21,
55
+ "grad_norm": 54.95656967163086,
56
+ "learning_rate": 9.999951639016396e-06,
57
+ "loss": 1.684,
58
+ "step": 210
59
+ },
60
+ {
61
+ "epoch": 0.24,
62
+ "grad_norm": 104.04905700683594,
63
+ "learning_rate": 9.99993683466483e-06,
64
+ "loss": 1.6048,
65
+ "step": 240
66
+ },
67
+ {
68
+ "epoch": 0.27,
69
+ "grad_norm": 282.3728332519531,
70
+ "learning_rate": 9.999920056417385e-06,
71
+ "loss": 1.526,
72
+ "step": 270
73
+ },
74
+ {
75
+ "epoch": 0.3,
76
+ "grad_norm": 110.48187255859375,
77
+ "learning_rate": 9.999901304280686e-06,
78
+ "loss": 1.3908,
79
+ "step": 300
80
+ },
81
+ {
82
+ "epoch": 0.33,
83
+ "grad_norm": 113.96318817138672,
84
+ "learning_rate": 9.999880578262135e-06,
85
+ "loss": 1.6735,
86
+ "step": 330
87
+ },
88
+ {
89
+ "epoch": 0.36,
90
+ "grad_norm": 38.64141082763672,
91
+ "learning_rate": 9.999857878369917e-06,
92
+ "loss": 1.4272,
93
+ "step": 360
94
+ },
95
+ {
96
+ "epoch": 0.39,
97
+ "grad_norm": 70.68793487548828,
98
+ "learning_rate": 9.999833204612988e-06,
99
+ "loss": 1.5643,
100
+ "step": 390
101
+ },
102
+ {
103
+ "epoch": 0.42,
104
+ "grad_norm": 62.593807220458984,
105
+ "learning_rate": 9.999806557001092e-06,
106
+ "loss": 1.4075,
107
+ "step": 420
108
+ },
109
+ {
110
+ "epoch": 0.45,
111
+ "grad_norm": 88.04399871826172,
112
+ "learning_rate": 9.99977793554475e-06,
113
+ "loss": 1.3844,
114
+ "step": 450
115
+ },
116
+ {
117
+ "epoch": 0.48,
118
+ "grad_norm": 66.90438842773438,
119
+ "learning_rate": 9.99974734025526e-06,
120
+ "loss": 1.3663,
121
+ "step": 480
122
+ },
123
+ {
124
+ "epoch": 0.51,
125
+ "grad_norm": 49.52287673950195,
126
+ "learning_rate": 9.9997147711447e-06,
127
+ "loss": 1.3628,
128
+ "step": 510
129
+ },
130
+ {
131
+ "epoch": 0.54,
132
+ "grad_norm": 113.30903625488281,
133
+ "learning_rate": 9.99968022822593e-06,
134
+ "loss": 1.2915,
135
+ "step": 540
136
+ },
137
+ {
138
+ "epoch": 0.57,
139
+ "grad_norm": 86.755859375,
140
+ "learning_rate": 9.999643711512586e-06,
141
+ "loss": 1.2864,
142
+ "step": 570
143
+ },
144
+ {
145
+ "epoch": 0.6,
146
+ "grad_norm": 73.81269836425781,
147
+ "learning_rate": 9.999605221019082e-06,
148
+ "loss": 1.2369,
149
+ "step": 600
150
+ },
151
+ {
152
+ "epoch": 0.63,
153
+ "grad_norm": 45.95207595825195,
154
+ "learning_rate": 9.999564756760616e-06,
155
+ "loss": 1.1184,
156
+ "step": 630
157
+ },
158
+ {
159
+ "epoch": 0.66,
160
+ "grad_norm": 78.30489349365234,
161
+ "learning_rate": 9.99952231875316e-06,
162
+ "loss": 1.2153,
163
+ "step": 660
164
+ },
165
+ {
166
+ "epoch": 0.69,
167
+ "grad_norm": 59.20403289794922,
168
+ "learning_rate": 9.999477907013473e-06,
169
+ "loss": 1.2404,
170
+ "step": 690
171
+ },
172
+ {
173
+ "epoch": 0.72,
174
+ "grad_norm": 225.3522491455078,
175
+ "learning_rate": 9.999431521559081e-06,
176
+ "loss": 1.2987,
177
+ "step": 720
178
+ },
179
+ {
180
+ "epoch": 0.75,
181
+ "grad_norm": 43.183326721191406,
182
+ "learning_rate": 9.999383162408303e-06,
183
+ "loss": 1.2685,
184
+ "step": 750
185
+ },
186
+ {
187
+ "epoch": 0.78,
188
+ "grad_norm": 150.42115783691406,
189
+ "learning_rate": 9.999332829580227e-06,
190
+ "loss": 1.1827,
191
+ "step": 780
192
+ },
193
+ {
194
+ "epoch": 0.81,
195
+ "grad_norm": 194.66871643066406,
196
+ "learning_rate": 9.999280523094724e-06,
197
+ "loss": 1.4356,
198
+ "step": 810
199
+ },
200
+ {
201
+ "epoch": 0.84,
202
+ "grad_norm": 122.09674072265625,
203
+ "learning_rate": 9.999226242972445e-06,
204
+ "loss": 1.1521,
205
+ "step": 840
206
+ },
207
+ {
208
+ "epoch": 0.87,
209
+ "grad_norm": 113.1258773803711,
210
+ "learning_rate": 9.999169989234815e-06,
211
+ "loss": 1.3035,
212
+ "step": 870
213
+ },
214
+ {
215
+ "epoch": 0.9,
216
+ "grad_norm": 61.528377532958984,
217
+ "learning_rate": 9.999111761904046e-06,
218
+ "loss": 1.23,
219
+ "step": 900
220
+ },
221
+ {
222
+ "epoch": 0.93,
223
+ "grad_norm": 45.063499450683594,
224
+ "learning_rate": 9.999051561003124e-06,
225
+ "loss": 1.2244,
226
+ "step": 930
227
+ },
228
+ {
229
+ "epoch": 0.96,
230
+ "grad_norm": 347.16650390625,
231
+ "learning_rate": 9.998989386555815e-06,
232
+ "loss": 1.2313,
233
+ "step": 960
234
+ },
235
+ {
236
+ "epoch": 0.99,
237
+ "grad_norm": 58.914268493652344,
238
+ "learning_rate": 9.998925238586666e-06,
239
+ "loss": 1.1267,
240
+ "step": 990
241
+ },
242
+ {
243
+ "epoch": 1.0,
244
+ "eval_loss": 1.2143162488937378,
245
+ "eval_map": 0.2128,
246
+ "eval_map_50": 0.3053,
247
+ "eval_map_75": 0.2462,
248
+ "eval_map_chicken": 0.1029,
249
+ "eval_map_duck": 0.0023,
250
+ "eval_map_large": 0.2574,
251
+ "eval_map_medium": 0.1247,
252
+ "eval_map_plant": 0.5333,
253
+ "eval_map_small": 0.0212,
254
+ "eval_mar_1": 0.1042,
255
+ "eval_mar_10": 0.3253,
256
+ "eval_mar_100": 0.3593,
257
+ "eval_mar_100_chicken": 0.3376,
258
+ "eval_mar_100_duck": 0.0036,
259
+ "eval_mar_100_plant": 0.7365,
260
+ "eval_mar_large": 0.3725,
261
+ "eval_mar_medium": 0.3264,
262
+ "eval_mar_small": 0.0767,
263
+ "eval_runtime": 12.5953,
264
+ "eval_samples_per_second": 15.879,
265
+ "eval_steps_per_second": 1.985,
266
+ "step": 1000
267
+ }
268
+ ],
269
+ "logging_steps": 30,
270
+ "max_steps": 150000,
271
+ "num_input_tokens_seen": 0,
272
+ "num_train_epochs": 150,
273
+ "save_steps": 10,
274
+ "stateful_callbacks": {
275
+ "TrainerControl": {
276
+ "args": {
277
+ "should_epoch_stop": false,
278
+ "should_evaluate": false,
279
+ "should_log": false,
280
+ "should_save": true,
281
+ "should_training_stop": false
282
+ },
283
+ "attributes": {}
284
+ }
285
+ },
286
+ "total_flos": 3.440231129088e+17,
287
+ "train_batch_size": 2,
288
+ "trial_name": null,
289
+ "trial_params": null
290
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71f20223acca79a4c30d2c9ef594014b76508553f8f255fb23f6e66e36599b64
3
+ size 5368