hwm21 commited on
Commit
4fbdbb0
·
verified ·
1 Parent(s): 1ab9638

Training in progress, step 200, checkpoint

Browse files
checkpoint-200/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": 100,
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-200/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29a1fc6979e4866471475d51f7bb8c0d9a4870eeafe17aafd14d0c458d9340fb
3
+ size 166494824
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eab00ee5b4db7de9039d5c4184a74399981ca69c2fc606f6c7bf7bda1736747
3
+ size 330491770
checkpoint-200/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-200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb619adbb4ff66531c5589e2122eae83d4d3ea745f408f6bbfb3b215b861763
3
+ size 14244
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e73eef88d752ceeb906475d7a549b770823821d5e66c759acfc410f54cde76
3
+ size 1064
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.076923076923077,
5
+ "eval_steps": 50,
6
+ "global_step": 200,
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.7692307692307693,
13
+ "grad_norm": 38.090023040771484,
14
+ "learning_rate": 7.75e-06,
15
+ "loss": 3.4036,
16
+ "step": 50
17
+ },
18
+ {
19
+ "epoch": 0.7692307692307693,
20
+ "eval_loss": 2.0667002201080322,
21
+ "eval_runtime": 12.5463,
22
+ "eval_samples_per_second": 10.441,
23
+ "eval_steps_per_second": 1.355,
24
+ "step": 50
25
+ },
26
+ {
27
+ "epoch": 1.5384615384615383,
28
+ "grad_norm": 76.00936889648438,
29
+ "learning_rate": 5.300000000000001e-06,
30
+ "loss": 2.1551,
31
+ "step": 100
32
+ },
33
+ {
34
+ "epoch": 1.5384615384615383,
35
+ "eval_loss": 1.8017847537994385,
36
+ "eval_runtime": 12.1789,
37
+ "eval_samples_per_second": 10.756,
38
+ "eval_steps_per_second": 1.396,
39
+ "step": 100
40
+ },
41
+ {
42
+ "epoch": 2.3076923076923075,
43
+ "grad_norm": 51.53462219238281,
44
+ "learning_rate": 2.8000000000000003e-06,
45
+ "loss": 1.8526,
46
+ "step": 150
47
+ },
48
+ {
49
+ "epoch": 2.3076923076923075,
50
+ "eval_loss": 1.7186994552612305,
51
+ "eval_runtime": 12.3313,
52
+ "eval_samples_per_second": 10.623,
53
+ "eval_steps_per_second": 1.379,
54
+ "step": 150
55
+ },
56
+ {
57
+ "epoch": 3.076923076923077,
58
+ "grad_norm": 68.19277954101562,
59
+ "learning_rate": 3.0000000000000004e-07,
60
+ "loss": 1.8499,
61
+ "step": 200
62
+ },
63
+ {
64
+ "epoch": 3.076923076923077,
65
+ "eval_loss": 1.7106537818908691,
66
+ "eval_runtime": 12.3716,
67
+ "eval_samples_per_second": 10.589,
68
+ "eval_steps_per_second": 1.374,
69
+ "step": 200
70
+ }
71
+ ],
72
+ "logging_steps": 50,
73
+ "max_steps": 200,
74
+ "num_input_tokens_seen": 0,
75
+ "num_train_epochs": 4,
76
+ "save_steps": 50,
77
+ "stateful_callbacks": {
78
+ "TrainerControl": {
79
+ "args": {
80
+ "should_epoch_stop": false,
81
+ "should_evaluate": false,
82
+ "should_log": false,
83
+ "should_save": true,
84
+ "should_training_stop": true
85
+ },
86
+ "attributes": {}
87
+ }
88
+ },
89
+ "total_flos": 7.64486332416e+17,
90
+ "train_batch_size": 8,
91
+ "trial_name": null,
92
+ "trial_params": null
93
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e23ef637d7030f7f57d03652d74014083ad2b70c4cbb5bd54d624160dc76661
3
+ size 5304