Delete checkpoint-300
Browse files- checkpoint-300/config.json +0 -62
- checkpoint-300/model.safetensors +0 -3
- checkpoint-300/optimizer.pt +0 -3
- checkpoint-300/preprocessor_config.json +0 -26
- checkpoint-300/rng_state.pth +0 -3
- checkpoint-300/scheduler.pt +0 -3
- checkpoint-300/trainer_state.json +0 -103
- checkpoint-300/training_args.bin +0 -3
checkpoint-300/config.json
DELETED
@@ -1,62 +0,0 @@
|
|
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.1",
|
60 |
-
"use_pretrained_backbone": true,
|
61 |
-
"use_timm_backbone": true
|
62 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-300/model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1eb833f2856267733e868fc3f1d134a47179d946b50ea2639f0b41b2f38f93e9
|
3 |
-
size 166904424
|
|
|
|
|
|
|
|
checkpoint-300/optimizer.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:33d7a78872b5012bed7b179d9dfa865c5a1b85206d4953a8e780057f2914ae26
|
3 |
-
size 331310970
|
|
|
|
|
|
|
|
checkpoint-300/preprocessor_config.json
DELETED
@@ -1,26 +0,0 @@
|
|
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-300/rng_state.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:fff7cb4a7445ae158a90696d83f498bebfcfb196dc04eabb1b8919cc23cb0669
|
3 |
-
size 14244
|
|
|
|
|
|
|
|
checkpoint-300/scheduler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3e079f8313fa21f46eeeed6f8efd632b293e3389c978ca01ba075b9e989711e3
|
3 |
-
size 1064
|
|
|
|
|
|
|
|
checkpoint-300/trainer_state.json
DELETED
@@ -1,103 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"best_metric": null,
|
3 |
-
"best_model_checkpoint": null,
|
4 |
-
"epoch": 3.7037037037037037,
|
5 |
-
"eval_steps": 500,
|
6 |
-
"global_step": 300,
|
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.37037037037037035,
|
13 |
-
"grad_norm": 2292.761962890625,
|
14 |
-
"learning_rate": 9.954e-06,
|
15 |
-
"loss": 7.3851,
|
16 |
-
"step": 30
|
17 |
-
},
|
18 |
-
{
|
19 |
-
"epoch": 0.7407407407407407,
|
20 |
-
"grad_norm": 85.83638000488281,
|
21 |
-
"learning_rate": 9.894e-06,
|
22 |
-
"loss": 5.9431,
|
23 |
-
"step": 60
|
24 |
-
},
|
25 |
-
{
|
26 |
-
"epoch": 1.1111111111111112,
|
27 |
-
"grad_norm": 62.0351448059082,
|
28 |
-
"learning_rate": 9.834000000000001e-06,
|
29 |
-
"loss": 5.8933,
|
30 |
-
"step": 90
|
31 |
-
},
|
32 |
-
{
|
33 |
-
"epoch": 1.4814814814814814,
|
34 |
-
"grad_norm": 121.74603271484375,
|
35 |
-
"learning_rate": 9.774000000000002e-06,
|
36 |
-
"loss": 5.5237,
|
37 |
-
"step": 120
|
38 |
-
},
|
39 |
-
{
|
40 |
-
"epoch": 1.8518518518518519,
|
41 |
-
"grad_norm": 129.5179443359375,
|
42 |
-
"learning_rate": 9.714e-06,
|
43 |
-
"loss": 5.5056,
|
44 |
-
"step": 150
|
45 |
-
},
|
46 |
-
{
|
47 |
-
"epoch": 2.2222222222222223,
|
48 |
-
"grad_norm": 151.62057495117188,
|
49 |
-
"learning_rate": 9.656e-06,
|
50 |
-
"loss": 5.017,
|
51 |
-
"step": 180
|
52 |
-
},
|
53 |
-
{
|
54 |
-
"epoch": 2.5925925925925926,
|
55 |
-
"grad_norm": 102.12602996826172,
|
56 |
-
"learning_rate": 9.598e-06,
|
57 |
-
"loss": 4.8157,
|
58 |
-
"step": 210
|
59 |
-
},
|
60 |
-
{
|
61 |
-
"epoch": 2.962962962962963,
|
62 |
-
"grad_norm": 264.7455139160156,
|
63 |
-
"learning_rate": 9.538e-06,
|
64 |
-
"loss": 4.3665,
|
65 |
-
"step": 240
|
66 |
-
},
|
67 |
-
{
|
68 |
-
"epoch": 3.3333333333333335,
|
69 |
-
"grad_norm": 414.1538391113281,
|
70 |
-
"learning_rate": 9.478e-06,
|
71 |
-
"loss": 3.8902,
|
72 |
-
"step": 270
|
73 |
-
},
|
74 |
-
{
|
75 |
-
"epoch": 3.7037037037037037,
|
76 |
-
"grad_norm": 230.301513671875,
|
77 |
-
"learning_rate": 9.418e-06,
|
78 |
-
"loss": 3.6782,
|
79 |
-
"step": 300
|
80 |
-
}
|
81 |
-
],
|
82 |
-
"logging_steps": 30,
|
83 |
-
"max_steps": 5000,
|
84 |
-
"num_input_tokens_seen": 0,
|
85 |
-
"num_train_epochs": 62,
|
86 |
-
"save_steps": 50,
|
87 |
-
"stateful_callbacks": {
|
88 |
-
"TrainerControl": {
|
89 |
-
"args": {
|
90 |
-
"should_epoch_stop": false,
|
91 |
-
"should_evaluate": false,
|
92 |
-
"should_log": false,
|
93 |
-
"should_save": true,
|
94 |
-
"should_training_stop": false
|
95 |
-
},
|
96 |
-
"attributes": {}
|
97 |
-
}
|
98 |
-
},
|
99 |
-
"total_flos": 1.146729498624e+18,
|
100 |
-
"train_batch_size": 8,
|
101 |
-
"trial_name": null,
|
102 |
-
"trial_params": null
|
103 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-300/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:61cc9a167389865c08a566da5c4be7944edc385b998b4fbc6abf34d764375e91
|
3 |
-
size 5240
|
|
|
|
|
|
|
|