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 +78 -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": 99,
|
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:a6190071f5b30ff69682a47fc2bd63241525d9a5f6fc80b88596004874f3693e
|
3 |
+
size 166493800
|
checkpoint-1500/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60cba7fb343cccde0b579db58ab7d767725d2ae1e4cfa6ab5acff19737b9445c
|
3 |
+
size 330489722
|
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:f7349ef0f1472766a1287e86b9884a7b616eb93af1283c8643439feea6f600fa
|
3 |
+
size 14244
|
checkpoint-1500/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b1eb04ddc12d7d6c54bb72789af32e8f9db628a77717b66154630fc0023731a
|
3 |
+
size 1064
|
checkpoint-1500/trainer_state.json
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 7.6923076923076925,
|
13 |
+
"grad_norm": 103.745361328125,
|
14 |
+
"learning_rate": 9.950700000000001e-06,
|
15 |
+
"loss": 3.7724,
|
16 |
+
"step": 500
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 7.6923076923076925,
|
20 |
+
"eval_loss": 4.843122959136963,
|
21 |
+
"eval_runtime": 12.2345,
|
22 |
+
"eval_samples_per_second": 10.707,
|
23 |
+
"eval_steps_per_second": 1.39,
|
24 |
+
"step": 500
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 15.384615384615385,
|
28 |
+
"grad_norm": 134.67405700683594,
|
29 |
+
"learning_rate": 9.9008e-06,
|
30 |
+
"loss": 2.823,
|
31 |
+
"step": 1000
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 15.384615384615385,
|
35 |
+
"eval_loss": 4.731071472167969,
|
36 |
+
"eval_runtime": 11.7452,
|
37 |
+
"eval_samples_per_second": 11.153,
|
38 |
+
"eval_steps_per_second": 1.447,
|
39 |
+
"step": 1000
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 23.076923076923077,
|
43 |
+
"grad_norm": 67.87723541259766,
|
44 |
+
"learning_rate": 9.8508e-06,
|
45 |
+
"loss": 2.6546,
|
46 |
+
"step": 1500
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 23.076923076923077,
|
50 |
+
"eval_loss": 4.85584020614624,
|
51 |
+
"eval_runtime": 12.0536,
|
52 |
+
"eval_samples_per_second": 10.868,
|
53 |
+
"eval_steps_per_second": 1.41,
|
54 |
+
"step": 1500
|
55 |
+
}
|
56 |
+
],
|
57 |
+
"logging_steps": 500,
|
58 |
+
"max_steps": 100000,
|
59 |
+
"num_input_tokens_seen": 0,
|
60 |
+
"num_train_epochs": 1539,
|
61 |
+
"save_steps": 500,
|
62 |
+
"stateful_callbacks": {
|
63 |
+
"TrainerControl": {
|
64 |
+
"args": {
|
65 |
+
"should_epoch_stop": false,
|
66 |
+
"should_evaluate": false,
|
67 |
+
"should_log": false,
|
68 |
+
"should_save": true,
|
69 |
+
"should_training_stop": false
|
70 |
+
},
|
71 |
+
"attributes": {}
|
72 |
+
}
|
73 |
+
},
|
74 |
+
"total_flos": 5.73364749312e+18,
|
75 |
+
"train_batch_size": 8,
|
76 |
+
"trial_name": null,
|
77 |
+
"trial_params": null
|
78 |
+
}
|
checkpoint-1500/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd8cbf8e5e80b0b1d79922b7e15316817f1dd7309fcbaf2357bcb937829fb959
|
3 |
+
size 5304
|