hwm21 commited on
Commit
c6049bc
1 Parent(s): f5f73d5

Training in progress, step 1500, checkpoint

Browse files
checkpoint-1500/config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/detr-resnet-50-dc5",
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.1",
60
+ "use_pretrained_backbone": true,
61
+ "use_timm_backbone": true
62
+ }
checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc54d995a04e517ce75331fc0bc070c5241882cfb175a7cd6394ad397984e345
3
+ size 166904424
checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9185af45d84c00a96128d38de670404c0f7fa434967e92f11932e23fe00e5f6d
3
+ size 1072390
checkpoint-1500/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-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e952cd12d939952c2e05bf8a63dddb9eb477d7e00c2bb64c66aced1952cedfc7
3
+ size 14244
checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:792468983ada666d0b6fb743ac2ac5fa63b8c62b40513401aa93f80b97a3f658
3
+ size 1064
checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 18.51851851851852,
5
+ "eval_steps": 500,
6
+ "global_step": 1500,
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.6172839506172839,
13
+ "grad_norm": 14.113041877746582,
14
+ "learning_rate": 9.953000000000001e-06,
15
+ "loss": 9.3136,
16
+ "step": 50
17
+ },
18
+ {
19
+ "epoch": 1.2345679012345678,
20
+ "grad_norm": 11.032143592834473,
21
+ "learning_rate": 9.903e-06,
22
+ "loss": 8.8439,
23
+ "step": 100
24
+ },
25
+ {
26
+ "epoch": 1.8518518518518519,
27
+ "grad_norm": 21.83379554748535,
28
+ "learning_rate": 9.853e-06,
29
+ "loss": 8.9582,
30
+ "step": 150
31
+ },
32
+ {
33
+ "epoch": 2.4691358024691357,
34
+ "grad_norm": 13.823728561401367,
35
+ "learning_rate": 9.803e-06,
36
+ "loss": 8.5429,
37
+ "step": 200
38
+ },
39
+ {
40
+ "epoch": 3.0864197530864197,
41
+ "grad_norm": 14.090177536010742,
42
+ "learning_rate": 9.753e-06,
43
+ "loss": 8.0873,
44
+ "step": 250
45
+ },
46
+ {
47
+ "epoch": 3.7037037037037037,
48
+ "grad_norm": 16.695327758789062,
49
+ "learning_rate": 9.703000000000002e-06,
50
+ "loss": 7.5718,
51
+ "step": 300
52
+ },
53
+ {
54
+ "epoch": 4.320987654320987,
55
+ "grad_norm": 12.39268970489502,
56
+ "learning_rate": 9.653e-06,
57
+ "loss": 7.2107,
58
+ "step": 350
59
+ },
60
+ {
61
+ "epoch": 4.938271604938271,
62
+ "grad_norm": 20.64848518371582,
63
+ "learning_rate": 9.603000000000001e-06,
64
+ "loss": 6.633,
65
+ "step": 400
66
+ },
67
+ {
68
+ "epoch": 5.555555555555555,
69
+ "grad_norm": 10.930610656738281,
70
+ "learning_rate": 9.553000000000002e-06,
71
+ "loss": 6.3085,
72
+ "step": 450
73
+ },
74
+ {
75
+ "epoch": 6.172839506172839,
76
+ "grad_norm": 7.421260833740234,
77
+ "learning_rate": 9.503e-06,
78
+ "loss": 5.9761,
79
+ "step": 500
80
+ },
81
+ {
82
+ "epoch": 6.790123456790123,
83
+ "grad_norm": 19.653493881225586,
84
+ "learning_rate": 9.453e-06,
85
+ "loss": 6.0252,
86
+ "step": 550
87
+ },
88
+ {
89
+ "epoch": 7.407407407407407,
90
+ "grad_norm": 10.195016860961914,
91
+ "learning_rate": 9.403000000000001e-06,
92
+ "loss": 5.9531,
93
+ "step": 600
94
+ },
95
+ {
96
+ "epoch": 8.024691358024691,
97
+ "grad_norm": 15.588345527648926,
98
+ "learning_rate": 9.353000000000002e-06,
99
+ "loss": 5.979,
100
+ "step": 650
101
+ },
102
+ {
103
+ "epoch": 8.641975308641975,
104
+ "grad_norm": 11.010184288024902,
105
+ "learning_rate": 9.303e-06,
106
+ "loss": 5.9684,
107
+ "step": 700
108
+ },
109
+ {
110
+ "epoch": 9.25925925925926,
111
+ "grad_norm": 12.536541938781738,
112
+ "learning_rate": 9.253000000000001e-06,
113
+ "loss": 6.0309,
114
+ "step": 750
115
+ },
116
+ {
117
+ "epoch": 9.876543209876543,
118
+ "grad_norm": 10.15280818939209,
119
+ "learning_rate": 9.203000000000002e-06,
120
+ "loss": 5.7873,
121
+ "step": 800
122
+ },
123
+ {
124
+ "epoch": 10.493827160493828,
125
+ "grad_norm": 18.81814956665039,
126
+ "learning_rate": 9.153e-06,
127
+ "loss": 5.7782,
128
+ "step": 850
129
+ },
130
+ {
131
+ "epoch": 11.11111111111111,
132
+ "grad_norm": 21.824844360351562,
133
+ "learning_rate": 9.103e-06,
134
+ "loss": 5.9619,
135
+ "step": 900
136
+ },
137
+ {
138
+ "epoch": 11.728395061728396,
139
+ "grad_norm": 14.213790893554688,
140
+ "learning_rate": 9.053000000000001e-06,
141
+ "loss": 5.7755,
142
+ "step": 950
143
+ },
144
+ {
145
+ "epoch": 12.345679012345679,
146
+ "grad_norm": 16.542211532592773,
147
+ "learning_rate": 9.003e-06,
148
+ "loss": 5.837,
149
+ "step": 1000
150
+ },
151
+ {
152
+ "epoch": 12.962962962962964,
153
+ "grad_norm": 20.188156127929688,
154
+ "learning_rate": 8.953e-06,
155
+ "loss": 5.7611,
156
+ "step": 1050
157
+ },
158
+ {
159
+ "epoch": 13.580246913580247,
160
+ "grad_norm": 14.349571228027344,
161
+ "learning_rate": 8.903000000000001e-06,
162
+ "loss": 5.8904,
163
+ "step": 1100
164
+ },
165
+ {
166
+ "epoch": 14.197530864197532,
167
+ "grad_norm": 22.795913696289062,
168
+ "learning_rate": 8.853e-06,
169
+ "loss": 5.7211,
170
+ "step": 1150
171
+ },
172
+ {
173
+ "epoch": 14.814814814814815,
174
+ "grad_norm": 10.970526695251465,
175
+ "learning_rate": 8.803e-06,
176
+ "loss": 5.7186,
177
+ "step": 1200
178
+ },
179
+ {
180
+ "epoch": 15.432098765432098,
181
+ "grad_norm": 22.462017059326172,
182
+ "learning_rate": 8.753e-06,
183
+ "loss": 5.6172,
184
+ "step": 1250
185
+ },
186
+ {
187
+ "epoch": 16.049382716049383,
188
+ "grad_norm": 15.98877239227295,
189
+ "learning_rate": 8.703e-06,
190
+ "loss": 5.7045,
191
+ "step": 1300
192
+ },
193
+ {
194
+ "epoch": 16.666666666666668,
195
+ "grad_norm": 10.7304048538208,
196
+ "learning_rate": 8.653e-06,
197
+ "loss": 5.77,
198
+ "step": 1350
199
+ },
200
+ {
201
+ "epoch": 17.28395061728395,
202
+ "grad_norm": 14.929125785827637,
203
+ "learning_rate": 8.603e-06,
204
+ "loss": 5.6916,
205
+ "step": 1400
206
+ },
207
+ {
208
+ "epoch": 17.901234567901234,
209
+ "grad_norm": 12.337247848510742,
210
+ "learning_rate": 8.553000000000001e-06,
211
+ "loss": 5.6017,
212
+ "step": 1450
213
+ },
214
+ {
215
+ "epoch": 18.51851851851852,
216
+ "grad_norm": 10.826752662658691,
217
+ "learning_rate": 8.503e-06,
218
+ "loss": 5.5774,
219
+ "step": 1500
220
+ }
221
+ ],
222
+ "logging_steps": 50,
223
+ "max_steps": 10000,
224
+ "num_input_tokens_seen": 0,
225
+ "num_train_epochs": 124,
226
+ "save_steps": 100,
227
+ "stateful_callbacks": {
228
+ "TrainerControl": {
229
+ "args": {
230
+ "should_epoch_stop": false,
231
+ "should_evaluate": false,
232
+ "should_log": false,
233
+ "should_save": true,
234
+ "should_training_stop": false
235
+ },
236
+ "attributes": {}
237
+ }
238
+ },
239
+ "total_flos": 5.73364749312e+18,
240
+ "train_batch_size": 8,
241
+ "trial_name": null,
242
+ "trial_params": null
243
+ }
checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e10f18946db6a2f229ca0327743a6277178ea5088c71de2a2cdecf2c028b988a
3
+ size 5240