Training in progress, step 1500, checkpoint
Browse files- checkpoint-1500/config.json +62 -0
- checkpoint-1500/model.safetensors +3 -0
- checkpoint-1500/optimizer.pt +3 -0
- checkpoint-1500/preprocessor_config.json +26 -0
- checkpoint-1500/rng_state.pth +3 -0
- checkpoint-1500/scheduler.pt +3 -0
- checkpoint-1500/trainer_state.json +138 -0
- checkpoint-1500/training_args.bin +3 -0
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.2",
|
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:c95b8cd45fe6ee9860a2a26597abbb66a1434fcc9fff027b2256ca5e25b265f1
|
3 |
+
size 166904424
|
checkpoint-1500/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb6da1430980f1a246d153186ff098483b6bfddc6ffec8ab05cbd2ce860c2805
|
3 |
+
size 331310970
|
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:db5e3ad9ac96fe3e184dbf4b5c5663f1ed359fab7de571af8172afd9b1575e68
|
3 |
+
size 14244
|
checkpoint-1500/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8a349c5f7b7cfb7c38b5575d88eb68725eb297996102aa252b15c8e44c3f247
|
3 |
+
size 1064
|
checkpoint-1500/trainer_state.json
ADDED
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 23.076923076923077,
|
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": 1.5384615384615383,
|
13 |
+
"grad_norm": 134.7136688232422,
|
14 |
+
"learning_rate": 9.981600000000001e-06,
|
15 |
+
"loss": 5.6198,
|
16 |
+
"step": 100
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 3.076923076923077,
|
20 |
+
"grad_norm": 115.98611450195312,
|
21 |
+
"learning_rate": 9.961600000000001e-06,
|
22 |
+
"loss": 3.5959,
|
23 |
+
"step": 200
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 4.615384615384615,
|
27 |
+
"grad_norm": 114.23514556884766,
|
28 |
+
"learning_rate": 9.941600000000002e-06,
|
29 |
+
"loss": 3.3845,
|
30 |
+
"step": 300
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 6.153846153846154,
|
34 |
+
"grad_norm": 140.5648193359375,
|
35 |
+
"learning_rate": 9.921600000000002e-06,
|
36 |
+
"loss": 3.1494,
|
37 |
+
"step": 400
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 7.6923076923076925,
|
41 |
+
"grad_norm": 117.4485855102539,
|
42 |
+
"learning_rate": 9.901600000000002e-06,
|
43 |
+
"loss": 3.0773,
|
44 |
+
"step": 500
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 9.23076923076923,
|
48 |
+
"grad_norm": 389.71490478515625,
|
49 |
+
"learning_rate": 9.8816e-06,
|
50 |
+
"loss": 3.2116,
|
51 |
+
"step": 600
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 10.76923076923077,
|
55 |
+
"grad_norm": 107.11251831054688,
|
56 |
+
"learning_rate": 9.8616e-06,
|
57 |
+
"loss": 3.0471,
|
58 |
+
"step": 700
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 12.307692307692308,
|
62 |
+
"grad_norm": 85.49571228027344,
|
63 |
+
"learning_rate": 9.8416e-06,
|
64 |
+
"loss": 3.0201,
|
65 |
+
"step": 800
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 13.846153846153847,
|
69 |
+
"grad_norm": 121.62274932861328,
|
70 |
+
"learning_rate": 9.821600000000001e-06,
|
71 |
+
"loss": 2.9355,
|
72 |
+
"step": 900
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 15.384615384615385,
|
76 |
+
"grad_norm": 64.66451263427734,
|
77 |
+
"learning_rate": 9.801600000000001e-06,
|
78 |
+
"loss": 2.9637,
|
79 |
+
"step": 1000
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 16.923076923076923,
|
83 |
+
"grad_norm": 182.4657440185547,
|
84 |
+
"learning_rate": 9.781600000000001e-06,
|
85 |
+
"loss": 2.9819,
|
86 |
+
"step": 1100
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 18.46153846153846,
|
90 |
+
"grad_norm": 97.80529022216797,
|
91 |
+
"learning_rate": 9.761600000000002e-06,
|
92 |
+
"loss": 2.9486,
|
93 |
+
"step": 1200
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 20.0,
|
97 |
+
"grad_norm": 220.0562744140625,
|
98 |
+
"learning_rate": 9.741600000000002e-06,
|
99 |
+
"loss": 2.8608,
|
100 |
+
"step": 1300
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 21.53846153846154,
|
104 |
+
"grad_norm": 95.53397369384766,
|
105 |
+
"learning_rate": 9.7216e-06,
|
106 |
+
"loss": 2.8322,
|
107 |
+
"step": 1400
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 23.076923076923077,
|
111 |
+
"grad_norm": 67.54853057861328,
|
112 |
+
"learning_rate": 9.7016e-06,
|
113 |
+
"loss": 2.9429,
|
114 |
+
"step": 1500
|
115 |
+
}
|
116 |
+
],
|
117 |
+
"logging_steps": 100,
|
118 |
+
"max_steps": 50000,
|
119 |
+
"num_input_tokens_seen": 0,
|
120 |
+
"num_train_epochs": 770,
|
121 |
+
"save_steps": 500,
|
122 |
+
"stateful_callbacks": {
|
123 |
+
"TrainerControl": {
|
124 |
+
"args": {
|
125 |
+
"should_epoch_stop": false,
|
126 |
+
"should_evaluate": false,
|
127 |
+
"should_log": false,
|
128 |
+
"should_save": true,
|
129 |
+
"should_training_stop": false
|
130 |
+
},
|
131 |
+
"attributes": {}
|
132 |
+
}
|
133 |
+
},
|
134 |
+
"total_flos": 5.73364749312e+18,
|
135 |
+
"train_batch_size": 8,
|
136 |
+
"trial_name": null,
|
137 |
+
"trial_params": null
|
138 |
+
}
|
checkpoint-1500/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee77453dae7076acf919eb7bcd8ccb5a082573a80b4f2c85a6a7d7ad1edcbedf
|
3 |
+
size 5240
|