hwm21 commited on
Commit
3ecd528
1 Parent(s): 1b0de8f

Training in progress, step 4000, checkpoint

Browse files
checkpoint-4000/config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hwm21/230824-detr-segment-detect-unmasked",
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
+ "output_stride": 16
21
+ },
22
+ "bbox_cost": 5,
23
+ "bbox_loss_coefficient": 5,
24
+ "class_cost": 1,
25
+ "classifier_dropout": 0.0,
26
+ "d_model": 256,
27
+ "decoder_attention_heads": 8,
28
+ "decoder_ffn_dim": 2048,
29
+ "decoder_layerdrop": 0.0,
30
+ "decoder_layers": 6,
31
+ "dice_loss_coefficient": 1,
32
+ "dilation": true,
33
+ "dropout": 0.1,
34
+ "encoder_attention_heads": 8,
35
+ "encoder_ffn_dim": 2048,
36
+ "encoder_layerdrop": 0.0,
37
+ "encoder_layers": 6,
38
+ "eos_coefficient": 0.1,
39
+ "giou_cost": 2,
40
+ "giou_loss_coefficient": 2,
41
+ "id2label": {
42
+ "0": "segment"
43
+ },
44
+ "init_std": 0.02,
45
+ "init_xavier_std": 1.0,
46
+ "is_encoder_decoder": true,
47
+ "label2id": {
48
+ "segment": 0
49
+ },
50
+ "mask_loss_coefficient": 1,
51
+ "max_position_embeddings": 1024,
52
+ "model_type": "detr",
53
+ "num_channels": 3,
54
+ "num_hidden_layers": 6,
55
+ "num_queries": 500,
56
+ "position_embedding_type": "sine",
57
+ "scale_embedding": false,
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.44.2",
60
+ "use_pretrained_backbone": true,
61
+ "use_timm_backbone": true
62
+ }
checkpoint-4000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02689b0d48e814da724e0bdc16d26e24f5dac03e93f0a2972d846e39c7742f36
3
+ size 166904424
checkpoint-4000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a58e496d1713a0e7c8bcd516e83cff6f95eb3f5368783ecdebc326625705b10
3
+ size 331310970
checkpoint-4000/preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": null,
20
+ "resample": 2,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "longest_edge": 1333,
24
+ "shortest_edge": 800
25
+ }
26
+ }
checkpoint-4000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a412d14966509f6d2e544b746d8b872c496e314bd344de581d697db2522c44
3
+ size 14244
checkpoint-4000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f35d413e0bc4c22a6b081c6b04eb867452c5f02f4681aa8562cd27b4d1cfd45
3
+ size 1064
checkpoint-4000/trainer_state.json ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 61.53846153846154,
5
+ "eval_steps": 500,
6
+ "global_step": 4000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.5384615384615383,
13
+ "grad_norm": 28.85655403137207,
14
+ "learning_rate": 9.9812e-06,
15
+ "loss": 1.0794,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 3.076923076923077,
20
+ "grad_norm": 40.480037689208984,
21
+ "learning_rate": 9.961400000000001e-06,
22
+ "loss": 1.1026,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 4.615384615384615,
27
+ "grad_norm": 22.348379135131836,
28
+ "learning_rate": 9.941600000000002e-06,
29
+ "loss": 1.1211,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 6.153846153846154,
34
+ "grad_norm": 49.462806701660156,
35
+ "learning_rate": 9.921600000000002e-06,
36
+ "loss": 1.1217,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 7.6923076923076925,
41
+ "grad_norm": 37.26523208618164,
42
+ "learning_rate": 9.901600000000002e-06,
43
+ "loss": 1.0993,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 9.23076923076923,
48
+ "grad_norm": 265.8311767578125,
49
+ "learning_rate": 9.8816e-06,
50
+ "loss": 1.1576,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 10.76923076923077,
55
+ "grad_norm": 48.439048767089844,
56
+ "learning_rate": 9.8616e-06,
57
+ "loss": 1.1029,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 12.307692307692308,
62
+ "grad_norm": 200.80213928222656,
63
+ "learning_rate": 9.8416e-06,
64
+ "loss": 1.1375,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 13.846153846153847,
69
+ "grad_norm": 54.096126556396484,
70
+ "learning_rate": 9.821600000000001e-06,
71
+ "loss": 1.1134,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 15.384615384615385,
76
+ "grad_norm": 72.55537414550781,
77
+ "learning_rate": 9.801600000000001e-06,
78
+ "loss": 1.1364,
79
+ "step": 1000
80
+ },
81
+ {
82
+ "epoch": 16.923076923076923,
83
+ "grad_norm": 45.86960983276367,
84
+ "learning_rate": 9.781600000000001e-06,
85
+ "loss": 1.1259,
86
+ "step": 1100
87
+ },
88
+ {
89
+ "epoch": 18.46153846153846,
90
+ "grad_norm": 44.21461868286133,
91
+ "learning_rate": 9.761600000000002e-06,
92
+ "loss": 1.1144,
93
+ "step": 1200
94
+ },
95
+ {
96
+ "epoch": 20.0,
97
+ "grad_norm": 49.014503479003906,
98
+ "learning_rate": 9.741600000000002e-06,
99
+ "loss": 1.1151,
100
+ "step": 1300
101
+ },
102
+ {
103
+ "epoch": 21.53846153846154,
104
+ "grad_norm": 62.7434196472168,
105
+ "learning_rate": 9.7216e-06,
106
+ "loss": 1.1129,
107
+ "step": 1400
108
+ },
109
+ {
110
+ "epoch": 23.076923076923077,
111
+ "grad_norm": 48.607032775878906,
112
+ "learning_rate": 9.7016e-06,
113
+ "loss": 1.1189,
114
+ "step": 1500
115
+ },
116
+ {
117
+ "epoch": 24.615384615384617,
118
+ "grad_norm": 43.288368225097656,
119
+ "learning_rate": 9.6816e-06,
120
+ "loss": 1.102,
121
+ "step": 1600
122
+ },
123
+ {
124
+ "epoch": 26.153846153846153,
125
+ "grad_norm": 33.83266067504883,
126
+ "learning_rate": 9.6616e-06,
127
+ "loss": 1.1091,
128
+ "step": 1700
129
+ },
130
+ {
131
+ "epoch": 27.692307692307693,
132
+ "grad_norm": 54.347755432128906,
133
+ "learning_rate": 9.641600000000001e-06,
134
+ "loss": 1.1478,
135
+ "step": 1800
136
+ },
137
+ {
138
+ "epoch": 29.23076923076923,
139
+ "grad_norm": 68.06307220458984,
140
+ "learning_rate": 9.621600000000001e-06,
141
+ "loss": 1.1384,
142
+ "step": 1900
143
+ },
144
+ {
145
+ "epoch": 30.76923076923077,
146
+ "grad_norm": 24.473976135253906,
147
+ "learning_rate": 9.601600000000001e-06,
148
+ "loss": 1.1218,
149
+ "step": 2000
150
+ },
151
+ {
152
+ "epoch": 32.30769230769231,
153
+ "grad_norm": 33.08134460449219,
154
+ "learning_rate": 9.5818e-06,
155
+ "loss": 1.0807,
156
+ "step": 2100
157
+ },
158
+ {
159
+ "epoch": 33.84615384615385,
160
+ "grad_norm": 32.798397064208984,
161
+ "learning_rate": 9.5618e-06,
162
+ "loss": 1.1548,
163
+ "step": 2200
164
+ },
165
+ {
166
+ "epoch": 35.38461538461539,
167
+ "grad_norm": 49.251651763916016,
168
+ "learning_rate": 9.5418e-06,
169
+ "loss": 1.1056,
170
+ "step": 2300
171
+ },
172
+ {
173
+ "epoch": 36.92307692307692,
174
+ "grad_norm": 47.84526062011719,
175
+ "learning_rate": 9.521800000000001e-06,
176
+ "loss": 1.169,
177
+ "step": 2400
178
+ },
179
+ {
180
+ "epoch": 38.46153846153846,
181
+ "grad_norm": 66.61646270751953,
182
+ "learning_rate": 9.501800000000001e-06,
183
+ "loss": 1.1505,
184
+ "step": 2500
185
+ },
186
+ {
187
+ "epoch": 40.0,
188
+ "grad_norm": 84.58892059326172,
189
+ "learning_rate": 9.481800000000001e-06,
190
+ "loss": 1.1117,
191
+ "step": 2600
192
+ },
193
+ {
194
+ "epoch": 41.53846153846154,
195
+ "grad_norm": 86.26738739013672,
196
+ "learning_rate": 9.461800000000001e-06,
197
+ "loss": 1.0914,
198
+ "step": 2700
199
+ },
200
+ {
201
+ "epoch": 43.07692307692308,
202
+ "grad_norm": 106.57470703125,
203
+ "learning_rate": 9.441800000000002e-06,
204
+ "loss": 1.1232,
205
+ "step": 2800
206
+ },
207
+ {
208
+ "epoch": 44.61538461538461,
209
+ "grad_norm": 133.2903289794922,
210
+ "learning_rate": 9.4218e-06,
211
+ "loss": 1.1544,
212
+ "step": 2900
213
+ },
214
+ {
215
+ "epoch": 46.15384615384615,
216
+ "grad_norm": 75.39508819580078,
217
+ "learning_rate": 9.4018e-06,
218
+ "loss": 1.1699,
219
+ "step": 3000
220
+ },
221
+ {
222
+ "epoch": 47.69230769230769,
223
+ "grad_norm": 45.91976547241211,
224
+ "learning_rate": 9.3818e-06,
225
+ "loss": 1.1652,
226
+ "step": 3100
227
+ },
228
+ {
229
+ "epoch": 49.23076923076923,
230
+ "grad_norm": 37.38508605957031,
231
+ "learning_rate": 9.3618e-06,
232
+ "loss": 1.1386,
233
+ "step": 3200
234
+ },
235
+ {
236
+ "epoch": 50.76923076923077,
237
+ "grad_norm": 106.42298126220703,
238
+ "learning_rate": 9.341800000000001e-06,
239
+ "loss": 1.0903,
240
+ "step": 3300
241
+ },
242
+ {
243
+ "epoch": 52.30769230769231,
244
+ "grad_norm": 59.256103515625,
245
+ "learning_rate": 9.321800000000001e-06,
246
+ "loss": 1.1266,
247
+ "step": 3400
248
+ },
249
+ {
250
+ "epoch": 53.84615384615385,
251
+ "grad_norm": 61.493003845214844,
252
+ "learning_rate": 9.301800000000001e-06,
253
+ "loss": 1.1047,
254
+ "step": 3500
255
+ },
256
+ {
257
+ "epoch": 55.38461538461539,
258
+ "grad_norm": 149.27308654785156,
259
+ "learning_rate": 9.281800000000001e-06,
260
+ "loss": 1.1132,
261
+ "step": 3600
262
+ },
263
+ {
264
+ "epoch": 56.92307692307692,
265
+ "grad_norm": 81.58853912353516,
266
+ "learning_rate": 9.2618e-06,
267
+ "loss": 1.083,
268
+ "step": 3700
269
+ },
270
+ {
271
+ "epoch": 58.46153846153846,
272
+ "grad_norm": 39.950843811035156,
273
+ "learning_rate": 9.2418e-06,
274
+ "loss": 1.09,
275
+ "step": 3800
276
+ },
277
+ {
278
+ "epoch": 60.0,
279
+ "grad_norm": 66.99285888671875,
280
+ "learning_rate": 9.2218e-06,
281
+ "loss": 1.1161,
282
+ "step": 3900
283
+ },
284
+ {
285
+ "epoch": 61.53846153846154,
286
+ "grad_norm": 28.769887924194336,
287
+ "learning_rate": 9.2018e-06,
288
+ "loss": 1.1061,
289
+ "step": 4000
290
+ }
291
+ ],
292
+ "logging_steps": 100,
293
+ "max_steps": 50000,
294
+ "num_input_tokens_seen": 0,
295
+ "num_train_epochs": 770,
296
+ "save_steps": 500,
297
+ "stateful_callbacks": {
298
+ "TrainerControl": {
299
+ "args": {
300
+ "should_epoch_stop": false,
301
+ "should_evaluate": false,
302
+ "should_log": false,
303
+ "should_save": true,
304
+ "should_training_stop": false
305
+ },
306
+ "attributes": {}
307
+ }
308
+ },
309
+ "total_flos": 1.528972664832e+19,
310
+ "train_batch_size": 8,
311
+ "trial_name": null,
312
+ "trial_params": null
313
+ }
checkpoint-4000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02b350f6f7a17a22819550620918a491d9cf6859434196530c490daf6bb911f9
3
+ size 5240