Training in progress, epoch 1, checkpoint
Browse files- last-checkpoint/config.json +63 -0
- last-checkpoint/model.safetensors +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/preprocessor_config.json +29 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/trainer_state.json +57 -0
- last-checkpoint/training_args.bin +3 -0
last-checkpoint/config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/conditional-detr-resnet-50",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "relu",
|
5 |
+
"architectures": [
|
6 |
+
"ConditionalDetrForObjectDetection"
|
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": 2,
|
24 |
+
"cls_loss_coefficient": 2,
|
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 |
+
"focal_alpha": 0.25,
|
38 |
+
"giou_cost": 2,
|
39 |
+
"giou_loss_coefficient": 2,
|
40 |
+
"id2label": {
|
41 |
+
"0": "uLED",
|
42 |
+
"1": "trash"
|
43 |
+
},
|
44 |
+
"init_std": 0.02,
|
45 |
+
"init_xavier_std": 1.0,
|
46 |
+
"is_encoder_decoder": true,
|
47 |
+
"label2id": {
|
48 |
+
"trash": 1,
|
49 |
+
"uLED": 0
|
50 |
+
},
|
51 |
+
"mask_loss_coefficient": 1,
|
52 |
+
"max_position_embeddings": 1024,
|
53 |
+
"model_type": "conditional_detr",
|
54 |
+
"num_channels": 3,
|
55 |
+
"num_hidden_layers": 6,
|
56 |
+
"num_queries": 300,
|
57 |
+
"position_embedding_type": "sine",
|
58 |
+
"scale_embedding": false,
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"transformers_version": "4.47.1",
|
61 |
+
"use_pretrained_backbone": true,
|
62 |
+
"use_timm_backbone": true
|
63 |
+
}
|
last-checkpoint/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16a4c2a96cb722ac16eb270618db02aab4a2c122999fa759545ab326f76b9e79
|
3 |
+
size 174076712
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:643e6f342667488c3e5bc4bff08006a1f725a691b5fe01b950f95554b09e36c1
|
3 |
+
size 345691673
|
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": "ConditionalDetrImageProcessor",
|
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 |
+
"max_height": 480,
|
27 |
+
"max_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:cda491470ff3f9b2c0b900f6b9fdb7299496da957294c4f7cd92f678baa2c1ff
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:800232d97ac4dae4036ba4511e6d11a32c3c14b03f1975dbf1925b3becd4c685
|
3 |
+
size 1064
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.7925,
|
3 |
+
"best_model_checkpoint": "conditional-detr-resnet-50-uLED-obj-detect-test/checkpoint-41",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 41,
|
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.0,
|
13 |
+
"eval_loss": 0.2459525614976883,
|
14 |
+
"eval_map": 0.7925,
|
15 |
+
"eval_map_50": 0.9619,
|
16 |
+
"eval_map_75": 0.9382,
|
17 |
+
"eval_map_large": -1.0,
|
18 |
+
"eval_map_medium": 0.7925,
|
19 |
+
"eval_map_small": -1.0,
|
20 |
+
"eval_map_trash": -1.0,
|
21 |
+
"eval_map_uLED": 0.7925,
|
22 |
+
"eval_mar_1": 0.0115,
|
23 |
+
"eval_mar_10": 0.1133,
|
24 |
+
"eval_mar_100": 0.8652,
|
25 |
+
"eval_mar_100_trash": -1.0,
|
26 |
+
"eval_mar_100_uLED": 0.8652,
|
27 |
+
"eval_mar_large": -1.0,
|
28 |
+
"eval_mar_medium": 0.8652,
|
29 |
+
"eval_mar_small": -1.0,
|
30 |
+
"eval_runtime": 49.0935,
|
31 |
+
"eval_samples_per_second": 4.705,
|
32 |
+
"eval_steps_per_second": 0.591,
|
33 |
+
"step": 41
|
34 |
+
}
|
35 |
+
],
|
36 |
+
"logging_steps": 500,
|
37 |
+
"max_steps": 1230,
|
38 |
+
"num_input_tokens_seen": 0,
|
39 |
+
"num_train_epochs": 30,
|
40 |
+
"save_steps": 500,
|
41 |
+
"stateful_callbacks": {
|
42 |
+
"TrainerControl": {
|
43 |
+
"args": {
|
44 |
+
"should_epoch_stop": false,
|
45 |
+
"should_evaluate": false,
|
46 |
+
"should_log": false,
|
47 |
+
"should_save": true,
|
48 |
+
"should_training_stop": false
|
49 |
+
},
|
50 |
+
"attributes": {}
|
51 |
+
}
|
52 |
+
},
|
53 |
+
"total_flos": 2.34445114533888e+17,
|
54 |
+
"train_batch_size": 32,
|
55 |
+
"trial_name": null,
|
56 |
+
"trial_params": null
|
57 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:004fca448e2671679e4446bc5bece541b91ecf1bcab10fff589f51728863daaf
|
3 |
+
size 5432
|