hwm21 commited on
Commit
fb00f75
1 Parent(s): 582d23c

Training in progress, step 500, checkpoint

Browse files
checkpoint-500/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-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf3051de8f3c44467d1fd7026c81254b57afef1b41faa41117cb65e4fd8c8554
3
+ size 166904424
checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87836a90cc0f25dd2b921aa7b879626aaca336220e5927d387e885eb2ca367ba
3
+ size 331310970
checkpoint-500/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-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cd5a83934c813485a5e975858d1437ed7e2deddd41d25c3b6e3d8883371800a
3
+ size 14244
checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbf44fab641d738d41670154031c71a5465a1a391221ff88fbea35431928a05c
3
+ size 1064
checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.564102564102564,
5
+ "eval_steps": 100,
6
+ "global_step": 500,
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.5128205128205128,
13
+ "grad_norm": 73.68424224853516,
14
+ "learning_rate": 9.9907e-06,
15
+ "loss": 3.1457,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.5128205128205128,
20
+ "eval_loss": 2.2357213497161865,
21
+ "eval_runtime": 36.4689,
22
+ "eval_samples_per_second": 10.776,
23
+ "eval_steps_per_second": 1.371,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 1.0256410256410255,
28
+ "grad_norm": 57.47202682495117,
29
+ "learning_rate": 9.980800000000001e-06,
30
+ "loss": 2.1614,
31
+ "step": 200
32
+ },
33
+ {
34
+ "epoch": 1.0256410256410255,
35
+ "eval_loss": 2.0913825035095215,
36
+ "eval_runtime": 36.349,
37
+ "eval_samples_per_second": 10.812,
38
+ "eval_steps_per_second": 1.376,
39
+ "step": 200
40
+ },
41
+ {
42
+ "epoch": 1.5384615384615383,
43
+ "grad_norm": 176.88357543945312,
44
+ "learning_rate": 9.970800000000001e-06,
45
+ "loss": 2.0388,
46
+ "step": 300
47
+ },
48
+ {
49
+ "epoch": 1.5384615384615383,
50
+ "eval_loss": 2.003911018371582,
51
+ "eval_runtime": 36.2551,
52
+ "eval_samples_per_second": 10.84,
53
+ "eval_steps_per_second": 1.379,
54
+ "step": 300
55
+ },
56
+ {
57
+ "epoch": 2.051282051282051,
58
+ "grad_norm": 55.31132507324219,
59
+ "learning_rate": 9.960800000000001e-06,
60
+ "loss": 1.9285,
61
+ "step": 400
62
+ },
63
+ {
64
+ "epoch": 2.051282051282051,
65
+ "eval_loss": 1.9796075820922852,
66
+ "eval_runtime": 36.4437,
67
+ "eval_samples_per_second": 10.784,
68
+ "eval_steps_per_second": 1.372,
69
+ "step": 400
70
+ },
71
+ {
72
+ "epoch": 2.564102564102564,
73
+ "grad_norm": 41.900753021240234,
74
+ "learning_rate": 9.9508e-06,
75
+ "loss": 1.9523,
76
+ "step": 500
77
+ },
78
+ {
79
+ "epoch": 2.564102564102564,
80
+ "eval_loss": 1.936122179031372,
81
+ "eval_runtime": 36.5845,
82
+ "eval_samples_per_second": 10.742,
83
+ "eval_steps_per_second": 1.367,
84
+ "step": 500
85
+ }
86
+ ],
87
+ "logging_steps": 100,
88
+ "max_steps": 100000,
89
+ "num_input_tokens_seen": 0,
90
+ "num_train_epochs": 513,
91
+ "save_steps": 500,
92
+ "stateful_callbacks": {
93
+ "TrainerControl": {
94
+ "args": {
95
+ "should_epoch_stop": false,
96
+ "should_evaluate": false,
97
+ "should_log": false,
98
+ "should_save": true,
99
+ "should_training_stop": false
100
+ },
101
+ "attributes": {}
102
+ }
103
+ },
104
+ "total_flos": 1.91121583104e+18,
105
+ "train_batch_size": 8,
106
+ "trial_name": null,
107
+ "trial_params": null
108
+ }
checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8625e14ff679edc4a495930224c1e923adf21894b5ebfeb33e13f511a05ddf66
3
+ size 5304