Training in progress, epoch 1, checkpoint
Browse files- checkpoint-107/config.json +69 -0
- checkpoint-107/model.safetensors +3 -0
- checkpoint-107/optimizer.pt +3 -0
- checkpoint-107/preprocessor_config.json +47 -0
- checkpoint-107/rng_state.pth +3 -0
- checkpoint-107/scheduler.pt +3 -0
- checkpoint-107/trainer_state.json +63 -0
- checkpoint-107/training_args.bin +3 -0
checkpoint-107/config.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "Coverall",
|
| 42 |
+
"1": "Face_Shield",
|
| 43 |
+
"2": "Gloves",
|
| 44 |
+
"3": "Goggles",
|
| 45 |
+
"4": "Mask"
|
| 46 |
+
},
|
| 47 |
+
"init_std": 0.02,
|
| 48 |
+
"init_xavier_std": 1.0,
|
| 49 |
+
"is_encoder_decoder": true,
|
| 50 |
+
"label2id": {
|
| 51 |
+
"Coverall": 0,
|
| 52 |
+
"Face_Shield": 1,
|
| 53 |
+
"Gloves": 2,
|
| 54 |
+
"Goggles": 3,
|
| 55 |
+
"Mask": 4
|
| 56 |
+
},
|
| 57 |
+
"mask_loss_coefficient": 1,
|
| 58 |
+
"max_position_embeddings": 1024,
|
| 59 |
+
"model_type": "conditional_detr",
|
| 60 |
+
"num_channels": 3,
|
| 61 |
+
"num_hidden_layers": 6,
|
| 62 |
+
"num_queries": 300,
|
| 63 |
+
"position_embedding_type": "sine",
|
| 64 |
+
"scale_embedding": false,
|
| 65 |
+
"torch_dtype": "float32",
|
| 66 |
+
"transformers_version": "4.42.0.dev0",
|
| 67 |
+
"use_pretrained_backbone": true,
|
| 68 |
+
"use_timm_backbone": true
|
| 69 |
+
}
|
checkpoint-107/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b119365089fe1b214f1a523e6a107108113c952782d0b462d7be4e6862ad6931
|
| 3 |
+
size 174079796
|
checkpoint-107/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:322ff8c55d8b1195204a6dd6642cf2f8537f5ff030fa44f71625bbe4d682a7fd
|
| 3 |
+
size 345687577
|
checkpoint-107/preprocessor_config.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_valid_processor_keys": [
|
| 3 |
+
"images",
|
| 4 |
+
"annotations",
|
| 5 |
+
"return_segmentation_masks",
|
| 6 |
+
"masks_path",
|
| 7 |
+
"do_resize",
|
| 8 |
+
"size",
|
| 9 |
+
"resample",
|
| 10 |
+
"do_rescale",
|
| 11 |
+
"rescale_factor",
|
| 12 |
+
"do_normalize",
|
| 13 |
+
"do_convert_annotations",
|
| 14 |
+
"image_mean",
|
| 15 |
+
"image_std",
|
| 16 |
+
"do_pad",
|
| 17 |
+
"pad_size",
|
| 18 |
+
"format",
|
| 19 |
+
"return_tensors",
|
| 20 |
+
"data_format",
|
| 21 |
+
"input_data_format"
|
| 22 |
+
],
|
| 23 |
+
"do_convert_annotations": true,
|
| 24 |
+
"do_normalize": true,
|
| 25 |
+
"do_pad": false,
|
| 26 |
+
"do_rescale": true,
|
| 27 |
+
"do_resize": false,
|
| 28 |
+
"format": "coco_detection",
|
| 29 |
+
"image_mean": [
|
| 30 |
+
0.485,
|
| 31 |
+
0.456,
|
| 32 |
+
0.406
|
| 33 |
+
],
|
| 34 |
+
"image_processor_type": "ConditionalDetrImageProcessor",
|
| 35 |
+
"image_std": [
|
| 36 |
+
0.229,
|
| 37 |
+
0.224,
|
| 38 |
+
0.225
|
| 39 |
+
],
|
| 40 |
+
"pad_size": null,
|
| 41 |
+
"resample": 2,
|
| 42 |
+
"rescale_factor": 0.00392156862745098,
|
| 43 |
+
"size": {
|
| 44 |
+
"longest_edge": 1333,
|
| 45 |
+
"shortest_edge": 800
|
| 46 |
+
}
|
| 47 |
+
}
|
checkpoint-107/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baae96329777f69ea1f367b195cb663de350ba86b74c34808bd3284d54a501b8
|
| 3 |
+
size 13990
|
checkpoint-107/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba7ac9164f06041a8f4e435beb14854468bf87c43057245430ab822edd10eed0
|
| 3 |
+
size 1064
|
checkpoint-107/trainer_state.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 0.0,
|
| 3 |
+
"best_model_checkpoint": "test_detr_finetuned_cppe5/checkpoint-107",
|
| 4 |
+
"epoch": 1.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 107,
|
| 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": 3.742539167404175,
|
| 14 |
+
"eval_map": 0.0,
|
| 15 |
+
"eval_map_50": 0.0001,
|
| 16 |
+
"eval_map_75": 0.0,
|
| 17 |
+
"eval_map_Coverall": 0.0,
|
| 18 |
+
"eval_map_Face_Shield": 0.0,
|
| 19 |
+
"eval_map_Gloves": 0.0,
|
| 20 |
+
"eval_map_Goggles": 0.0,
|
| 21 |
+
"eval_map_Mask": 0.0,
|
| 22 |
+
"eval_map_large": 0.0,
|
| 23 |
+
"eval_map_medium": 0.0,
|
| 24 |
+
"eval_map_small": 0.001,
|
| 25 |
+
"eval_mar_1": 0.0001,
|
| 26 |
+
"eval_mar_10": 0.0011,
|
| 27 |
+
"eval_mar_100": 0.0053,
|
| 28 |
+
"eval_mar_100_Coverall": 0.0,
|
| 29 |
+
"eval_mar_100_Face_Shield": 0.0,
|
| 30 |
+
"eval_mar_100_Gloves": 0.0031,
|
| 31 |
+
"eval_mar_100_Goggles": 0.0046,
|
| 32 |
+
"eval_mar_100_Mask": 0.0187,
|
| 33 |
+
"eval_mar_large": 0.0021,
|
| 34 |
+
"eval_mar_medium": 0.0121,
|
| 35 |
+
"eval_mar_small": 0.0007,
|
| 36 |
+
"eval_runtime": 41.4133,
|
| 37 |
+
"eval_samples_per_second": 3.622,
|
| 38 |
+
"eval_steps_per_second": 0.459,
|
| 39 |
+
"step": 107
|
| 40 |
+
}
|
| 41 |
+
],
|
| 42 |
+
"logging_steps": 500,
|
| 43 |
+
"max_steps": 10700,
|
| 44 |
+
"num_input_tokens_seen": 0,
|
| 45 |
+
"num_train_epochs": 100,
|
| 46 |
+
"save_steps": 500,
|
| 47 |
+
"stateful_callbacks": {
|
| 48 |
+
"TrainerControl": {
|
| 49 |
+
"args": {
|
| 50 |
+
"should_epoch_stop": false,
|
| 51 |
+
"should_evaluate": false,
|
| 52 |
+
"should_log": false,
|
| 53 |
+
"should_save": true,
|
| 54 |
+
"should_training_stop": false
|
| 55 |
+
},
|
| 56 |
+
"attributes": {}
|
| 57 |
+
}
|
| 58 |
+
},
|
| 59 |
+
"total_flos": 1.5270643231488e+17,
|
| 60 |
+
"train_batch_size": 8,
|
| 61 |
+
"trial_name": null,
|
| 62 |
+
"trial_params": null
|
| 63 |
+
}
|
checkpoint-107/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0dd550d512ad8d899ef002c48d14a56a1062c99a3d88fb14a426d30f565c622
|
| 3 |
+
size 5176
|