joe611 commited on
Commit
d94866c
·
verified ·
1 Parent(s): 6722e32

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:dfa596dc538cac5054659c056eeee0c2a30cd447ef327a1011f1e70fecb90f06
3
+ size 166496880
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21a50721b779268ab210dcbe5644f085fcef64f98b6d9d1ef22e58b6d63b5f99
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.0389255285263062,
3
+ "best_model_checkpoint": "chickens-composite-403232323232-150-epochs-wo-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": 66.56904602050781,
14
+ "learning_rate": 9.999999013039593e-06,
15
+ "loss": 2.4268,
16
+ "step": 30
17
+ },
18
+ {
19
+ "epoch": 0.06,
20
+ "grad_norm": 112.98941040039062,
21
+ "learning_rate": 9.99999605215876e-06,
22
+ "loss": 2.0773,
23
+ "step": 60
24
+ },
25
+ {
26
+ "epoch": 0.09,
27
+ "grad_norm": 557.6592407226562,
28
+ "learning_rate": 9.99999111735867e-06,
29
+ "loss": 1.9853,
30
+ "step": 90
31
+ },
32
+ {
33
+ "epoch": 0.12,
34
+ "grad_norm": 98.06645202636719,
35
+ "learning_rate": 9.999984208641271e-06,
36
+ "loss": 1.9418,
37
+ "step": 120
38
+ },
39
+ {
40
+ "epoch": 0.15,
41
+ "grad_norm": 48.38751220703125,
42
+ "learning_rate": 9.999975326009292e-06,
43
+ "loss": 1.7765,
44
+ "step": 150
45
+ },
46
+ {
47
+ "epoch": 0.18,
48
+ "grad_norm": 149.62818908691406,
49
+ "learning_rate": 9.999964469466236e-06,
50
+ "loss": 1.7082,
51
+ "step": 180
52
+ },
53
+ {
54
+ "epoch": 0.21,
55
+ "grad_norm": 52.00157928466797,
56
+ "learning_rate": 9.999951639016396e-06,
57
+ "loss": 1.5909,
58
+ "step": 210
59
+ },
60
+ {
61
+ "epoch": 0.24,
62
+ "grad_norm": 84.25818634033203,
63
+ "learning_rate": 9.99993683466483e-06,
64
+ "loss": 1.6516,
65
+ "step": 240
66
+ },
67
+ {
68
+ "epoch": 0.27,
69
+ "grad_norm": 74.45547485351562,
70
+ "learning_rate": 9.999920056417385e-06,
71
+ "loss": 1.5917,
72
+ "step": 270
73
+ },
74
+ {
75
+ "epoch": 0.3,
76
+ "grad_norm": 76.79074096679688,
77
+ "learning_rate": 9.999901304280686e-06,
78
+ "loss": 1.5963,
79
+ "step": 300
80
+ },
81
+ {
82
+ "epoch": 0.33,
83
+ "grad_norm": 75.8291244506836,
84
+ "learning_rate": 9.999880578262135e-06,
85
+ "loss": 1.5818,
86
+ "step": 330
87
+ },
88
+ {
89
+ "epoch": 0.36,
90
+ "grad_norm": 100.18952178955078,
91
+ "learning_rate": 9.999857878369917e-06,
92
+ "loss": 1.5162,
93
+ "step": 360
94
+ },
95
+ {
96
+ "epoch": 0.39,
97
+ "grad_norm": 46.70471954345703,
98
+ "learning_rate": 9.999833204612988e-06,
99
+ "loss": 1.5214,
100
+ "step": 390
101
+ },
102
+ {
103
+ "epoch": 0.42,
104
+ "grad_norm": 32.750648498535156,
105
+ "learning_rate": 9.999806557001092e-06,
106
+ "loss": 1.4932,
107
+ "step": 420
108
+ },
109
+ {
110
+ "epoch": 0.45,
111
+ "grad_norm": 127.58596801757812,
112
+ "learning_rate": 9.99977793554475e-06,
113
+ "loss": 1.4611,
114
+ "step": 450
115
+ },
116
+ {
117
+ "epoch": 0.48,
118
+ "grad_norm": 121.99650573730469,
119
+ "learning_rate": 9.99974734025526e-06,
120
+ "loss": 1.3418,
121
+ "step": 480
122
+ },
123
+ {
124
+ "epoch": 0.51,
125
+ "grad_norm": 275.6409606933594,
126
+ "learning_rate": 9.9997147711447e-06,
127
+ "loss": 1.3033,
128
+ "step": 510
129
+ },
130
+ {
131
+ "epoch": 0.54,
132
+ "grad_norm": 95.28325653076172,
133
+ "learning_rate": 9.99968022822593e-06,
134
+ "loss": 1.3253,
135
+ "step": 540
136
+ },
137
+ {
138
+ "epoch": 0.57,
139
+ "grad_norm": 45.146759033203125,
140
+ "learning_rate": 9.999643711512586e-06,
141
+ "loss": 1.2676,
142
+ "step": 570
143
+ },
144
+ {
145
+ "epoch": 0.6,
146
+ "grad_norm": 53.740474700927734,
147
+ "learning_rate": 9.999605221019082e-06,
148
+ "loss": 1.3089,
149
+ "step": 600
150
+ },
151
+ {
152
+ "epoch": 0.63,
153
+ "grad_norm": 49.25059127807617,
154
+ "learning_rate": 9.999564756760616e-06,
155
+ "loss": 1.2178,
156
+ "step": 630
157
+ },
158
+ {
159
+ "epoch": 0.66,
160
+ "grad_norm": 64.69489288330078,
161
+ "learning_rate": 9.99952231875316e-06,
162
+ "loss": 1.1728,
163
+ "step": 660
164
+ },
165
+ {
166
+ "epoch": 0.69,
167
+ "grad_norm": 75.14103698730469,
168
+ "learning_rate": 9.999477907013473e-06,
169
+ "loss": 1.2076,
170
+ "step": 690
171
+ },
172
+ {
173
+ "epoch": 0.72,
174
+ "grad_norm": 62.69426345825195,
175
+ "learning_rate": 9.999431521559081e-06,
176
+ "loss": 1.2195,
177
+ "step": 720
178
+ },
179
+ {
180
+ "epoch": 0.75,
181
+ "grad_norm": 74.42636108398438,
182
+ "learning_rate": 9.999383162408303e-06,
183
+ "loss": 1.1816,
184
+ "step": 750
185
+ },
186
+ {
187
+ "epoch": 0.78,
188
+ "grad_norm": 71.95822143554688,
189
+ "learning_rate": 9.999332829580227e-06,
190
+ "loss": 1.1643,
191
+ "step": 780
192
+ },
193
+ {
194
+ "epoch": 0.81,
195
+ "grad_norm": 52.83081817626953,
196
+ "learning_rate": 9.999280523094724e-06,
197
+ "loss": 1.2048,
198
+ "step": 810
199
+ },
200
+ {
201
+ "epoch": 0.84,
202
+ "grad_norm": 100.67701721191406,
203
+ "learning_rate": 9.999226242972445e-06,
204
+ "loss": 1.0853,
205
+ "step": 840
206
+ },
207
+ {
208
+ "epoch": 0.87,
209
+ "grad_norm": 60.53106689453125,
210
+ "learning_rate": 9.999169989234815e-06,
211
+ "loss": 1.1435,
212
+ "step": 870
213
+ },
214
+ {
215
+ "epoch": 0.9,
216
+ "grad_norm": 60.462501525878906,
217
+ "learning_rate": 9.999111761904046e-06,
218
+ "loss": 1.1131,
219
+ "step": 900
220
+ },
221
+ {
222
+ "epoch": 0.93,
223
+ "grad_norm": 57.989688873291016,
224
+ "learning_rate": 9.999051561003124e-06,
225
+ "loss": 1.1354,
226
+ "step": 930
227
+ },
228
+ {
229
+ "epoch": 0.96,
230
+ "grad_norm": 72.74979400634766,
231
+ "learning_rate": 9.998989386555815e-06,
232
+ "loss": 1.0673,
233
+ "step": 960
234
+ },
235
+ {
236
+ "epoch": 0.99,
237
+ "grad_norm": 49.00534439086914,
238
+ "learning_rate": 9.998925238586666e-06,
239
+ "loss": 1.0777,
240
+ "step": 990
241
+ },
242
+ {
243
+ "epoch": 1.0,
244
+ "eval_loss": 1.0389255285263062,
245
+ "eval_map": 0.2068,
246
+ "eval_map_50": 0.2913,
247
+ "eval_map_75": 0.2391,
248
+ "eval_map_chicken": 0.0635,
249
+ "eval_map_duck": 0.0,
250
+ "eval_map_large": 0.2388,
251
+ "eval_map_medium": 0.1388,
252
+ "eval_map_plant": 0.5568,
253
+ "eval_map_small": 0.013,
254
+ "eval_mar_1": 0.0854,
255
+ "eval_mar_10": 0.2648,
256
+ "eval_mar_100": 0.2788,
257
+ "eval_mar_100_chicken": 0.1076,
258
+ "eval_mar_100_duck": 0.0,
259
+ "eval_mar_100_plant": 0.7287,
260
+ "eval_mar_large": 0.2929,
261
+ "eval_mar_medium": 0.2419,
262
+ "eval_mar_small": 0.0549,
263
+ "eval_runtime": 13.4063,
264
+ "eval_samples_per_second": 14.918,
265
+ "eval_steps_per_second": 1.865,
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:47bef9e1b255cd9de9fc9f57b89c3a6bc4022047f529599034965134990e7809
3
+ size 5368