Training in progress, step 900, checkpoint
Browse files- checkpoint-900/config.json +62 -0
- checkpoint-900/model.safetensors +3 -0
- checkpoint-900/optimizer.pt +3 -0
- checkpoint-900/preprocessor_config.json +26 -0
- checkpoint-900/rng_state.pth +3 -0
- checkpoint-900/scheduler.pt +3 -0
- checkpoint-900/trainer_state.json +159 -0
- checkpoint-900/training_args.bin +3 -0
checkpoint-900/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-900/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7325b4e9da3851ebe2c74ab1f6f677f790e06af8dfb2911de2c4f34021dfc0e
|
3 |
+
size 166904424
|
checkpoint-900/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36bfae4a9c293b33cbf331493b0e60801b8a421bc8c0e4e5ba74f611097553a5
|
3 |
+
size 331310970
|
checkpoint-900/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-900/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ced58eb6bb8997a19ac36dfa348792b4e41f9cdd7099bdb4681e24e2efeb5bf8
|
3 |
+
size 14244
|
checkpoint-900/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7f88b5212aa1f8f0778c3a66f25731a173b44ddfbc34557ca26c54fe6b63838
|
3 |
+
size 1064
|
checkpoint-900/trainer_state.json
ADDED
@@ -0,0 +1,159 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 11.11111111111111,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 900,
|
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": 62.88630294799805,
|
14 |
+
"learning_rate": 9.916000000000001e-06,
|
15 |
+
"loss": 6.6856,
|
16 |
+
"step": 50
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 1.2345679012345678,
|
20 |
+
"grad_norm": 387.6339111328125,
|
21 |
+
"learning_rate": 9.818000000000002e-06,
|
22 |
+
"loss": 5.5869,
|
23 |
+
"step": 100
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 1.8518518518518519,
|
27 |
+
"grad_norm": 245.18975830078125,
|
28 |
+
"learning_rate": 9.718e-06,
|
29 |
+
"loss": 5.159,
|
30 |
+
"step": 150
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 2.4691358024691357,
|
34 |
+
"grad_norm": 330.3158264160156,
|
35 |
+
"learning_rate": 9.618e-06,
|
36 |
+
"loss": 4.0494,
|
37 |
+
"step": 200
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 3.0864197530864197,
|
41 |
+
"grad_norm": 138.14215087890625,
|
42 |
+
"learning_rate": 9.518000000000001e-06,
|
43 |
+
"loss": 3.6313,
|
44 |
+
"step": 250
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 3.7037037037037037,
|
48 |
+
"grad_norm": 166.69479370117188,
|
49 |
+
"learning_rate": 9.418e-06,
|
50 |
+
"loss": 3.3391,
|
51 |
+
"step": 300
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 4.320987654320987,
|
55 |
+
"grad_norm": 107.54407501220703,
|
56 |
+
"learning_rate": 9.318e-06,
|
57 |
+
"loss": 3.3295,
|
58 |
+
"step": 350
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 4.938271604938271,
|
62 |
+
"grad_norm": 293.8923034667969,
|
63 |
+
"learning_rate": 9.218e-06,
|
64 |
+
"loss": 3.0956,
|
65 |
+
"step": 400
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 5.555555555555555,
|
69 |
+
"grad_norm": 226.05360412597656,
|
70 |
+
"learning_rate": 9.118000000000001e-06,
|
71 |
+
"loss": 3.0271,
|
72 |
+
"step": 450
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 6.172839506172839,
|
76 |
+
"grad_norm": 352.8487854003906,
|
77 |
+
"learning_rate": 9.018e-06,
|
78 |
+
"loss": 3.0627,
|
79 |
+
"step": 500
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 6.790123456790123,
|
83 |
+
"grad_norm": 97.6641616821289,
|
84 |
+
"learning_rate": 8.918000000000002e-06,
|
85 |
+
"loss": 3.0312,
|
86 |
+
"step": 550
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 7.407407407407407,
|
90 |
+
"grad_norm": 90.92312622070312,
|
91 |
+
"learning_rate": 8.818000000000001e-06,
|
92 |
+
"loss": 3.0228,
|
93 |
+
"step": 600
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 8.024691358024691,
|
97 |
+
"grad_norm": 241.7625732421875,
|
98 |
+
"learning_rate": 8.718e-06,
|
99 |
+
"loss": 3.0873,
|
100 |
+
"step": 650
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 8.641975308641975,
|
104 |
+
"grad_norm": 162.14071655273438,
|
105 |
+
"learning_rate": 8.618000000000001e-06,
|
106 |
+
"loss": 2.9582,
|
107 |
+
"step": 700
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 9.25925925925926,
|
111 |
+
"grad_norm": 128.74766540527344,
|
112 |
+
"learning_rate": 8.518e-06,
|
113 |
+
"loss": 2.9787,
|
114 |
+
"step": 750
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 9.876543209876543,
|
118 |
+
"grad_norm": 164.0232391357422,
|
119 |
+
"learning_rate": 8.418000000000001e-06,
|
120 |
+
"loss": 2.969,
|
121 |
+
"step": 800
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 10.493827160493828,
|
125 |
+
"grad_norm": 110.58142852783203,
|
126 |
+
"learning_rate": 8.318e-06,
|
127 |
+
"loss": 2.884,
|
128 |
+
"step": 850
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 11.11111111111111,
|
132 |
+
"grad_norm": 111.70948791503906,
|
133 |
+
"learning_rate": 8.218e-06,
|
134 |
+
"loss": 2.8216,
|
135 |
+
"step": 900
|
136 |
+
}
|
137 |
+
],
|
138 |
+
"logging_steps": 50,
|
139 |
+
"max_steps": 5000,
|
140 |
+
"num_input_tokens_seen": 0,
|
141 |
+
"num_train_epochs": 62,
|
142 |
+
"save_steps": 100,
|
143 |
+
"stateful_callbacks": {
|
144 |
+
"TrainerControl": {
|
145 |
+
"args": {
|
146 |
+
"should_epoch_stop": false,
|
147 |
+
"should_evaluate": false,
|
148 |
+
"should_log": false,
|
149 |
+
"should_save": true,
|
150 |
+
"should_training_stop": false
|
151 |
+
},
|
152 |
+
"attributes": {}
|
153 |
+
}
|
154 |
+
},
|
155 |
+
"total_flos": 3.440188495872e+18,
|
156 |
+
"train_batch_size": 8,
|
157 |
+
"trial_name": null,
|
158 |
+
"trial_params": null
|
159 |
+
}
|
checkpoint-900/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dae0b4d732b15d565b589748a29a09a17e2ddd7d7ab9df017470bce43888a34
|
3 |
+
size 5240
|