Training in progress, step 20
Browse files- config.json +171 -0
- preprocessor_config.json +26 -0
- pytorch_model.bin +3 -0
- runs/Feb03_20-15-33_db528b47dd97/events.out.tfevents.1738613766.db528b47dd97.1453.0 +3 -0
- runs/Feb03_20-23-38_db528b47dd97/events.out.tfevents.1738614230.db528b47dd97.1453.1 +3 -0
- runs/Feb03_20-24-52_db528b47dd97/events.out.tfevents.1738614305.db528b47dd97.1453.2 +3 -0
- runs/Feb03_20-32-26_db528b47dd97/events.out.tfevents.1738614753.db528b47dd97.1453.3 +3 -0
- runs/Feb03_20-36-15_db528b47dd97/events.out.tfevents.1738614982.db528b47dd97.1453.4 +3 -0
- runs/Feb03_20-40-05_db528b47dd97/events.out.tfevents.1738615212.db528b47dd97.1453.5 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/deformable-detr-box-supervised",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "relu",
|
5 |
+
"architectures": [
|
6 |
+
"DeformableDetrForObjectDetection"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"auxiliary_loss": false,
|
10 |
+
"backbone": null,
|
11 |
+
"backbone_config": {
|
12 |
+
"_attn_implementation_autoset": false,
|
13 |
+
"_name_or_path": "",
|
14 |
+
"add_cross_attention": false,
|
15 |
+
"architectures": null,
|
16 |
+
"bad_words_ids": null,
|
17 |
+
"begin_suppress_tokens": null,
|
18 |
+
"bos_token_id": null,
|
19 |
+
"chunk_size_feed_forward": 0,
|
20 |
+
"cross_attention_hidden_size": null,
|
21 |
+
"decoder_start_token_id": null,
|
22 |
+
"depths": [
|
23 |
+
3,
|
24 |
+
4,
|
25 |
+
6,
|
26 |
+
3
|
27 |
+
],
|
28 |
+
"diversity_penalty": 0.0,
|
29 |
+
"do_sample": false,
|
30 |
+
"downsample_in_bottleneck": false,
|
31 |
+
"downsample_in_first_stage": false,
|
32 |
+
"early_stopping": false,
|
33 |
+
"embedding_size": 64,
|
34 |
+
"encoder_no_repeat_ngram_size": 0,
|
35 |
+
"eos_token_id": null,
|
36 |
+
"exponential_decay_length_penalty": null,
|
37 |
+
"finetuning_task": null,
|
38 |
+
"forced_bos_token_id": null,
|
39 |
+
"forced_eos_token_id": null,
|
40 |
+
"hidden_act": "relu",
|
41 |
+
"hidden_sizes": [
|
42 |
+
256,
|
43 |
+
512,
|
44 |
+
1024,
|
45 |
+
2048
|
46 |
+
],
|
47 |
+
"id2label": {
|
48 |
+
"0": "LABEL_0",
|
49 |
+
"1": "LABEL_1"
|
50 |
+
},
|
51 |
+
"is_decoder": false,
|
52 |
+
"is_encoder_decoder": false,
|
53 |
+
"label2id": {
|
54 |
+
"LABEL_0": 0,
|
55 |
+
"LABEL_1": 1
|
56 |
+
},
|
57 |
+
"layer_type": "bottleneck",
|
58 |
+
"length_penalty": 1.0,
|
59 |
+
"max_length": 20,
|
60 |
+
"min_length": 0,
|
61 |
+
"model_type": "resnet",
|
62 |
+
"no_repeat_ngram_size": 0,
|
63 |
+
"num_beam_groups": 1,
|
64 |
+
"num_beams": 1,
|
65 |
+
"num_channels": 3,
|
66 |
+
"num_return_sequences": 1,
|
67 |
+
"out_features": [
|
68 |
+
"stage2",
|
69 |
+
"stage3",
|
70 |
+
"stage4"
|
71 |
+
],
|
72 |
+
"out_indices": [
|
73 |
+
2,
|
74 |
+
3,
|
75 |
+
4
|
76 |
+
],
|
77 |
+
"output_attentions": false,
|
78 |
+
"output_hidden_states": false,
|
79 |
+
"output_scores": false,
|
80 |
+
"pad_token_id": null,
|
81 |
+
"prefix": null,
|
82 |
+
"problem_type": null,
|
83 |
+
"pruned_heads": {},
|
84 |
+
"remove_invalid_values": false,
|
85 |
+
"repetition_penalty": 1.0,
|
86 |
+
"return_dict": true,
|
87 |
+
"return_dict_in_generate": false,
|
88 |
+
"sep_token_id": null,
|
89 |
+
"stage_names": [
|
90 |
+
"stem",
|
91 |
+
"stage1",
|
92 |
+
"stage2",
|
93 |
+
"stage3",
|
94 |
+
"stage4"
|
95 |
+
],
|
96 |
+
"suppress_tokens": null,
|
97 |
+
"task_specific_params": null,
|
98 |
+
"temperature": 1.0,
|
99 |
+
"tf_legacy_loss": false,
|
100 |
+
"tie_encoder_decoder": false,
|
101 |
+
"tie_word_embeddings": true,
|
102 |
+
"tokenizer_class": null,
|
103 |
+
"top_k": 50,
|
104 |
+
"top_p": 1.0,
|
105 |
+
"torch_dtype": null,
|
106 |
+
"torchscript": false,
|
107 |
+
"typical_p": 1.0,
|
108 |
+
"use_bfloat16": false
|
109 |
+
},
|
110 |
+
"backbone_kwargs": null,
|
111 |
+
"bbox_cost": 5,
|
112 |
+
"bbox_loss_coefficient": 5,
|
113 |
+
"class_cost": 1,
|
114 |
+
"d_model": 256,
|
115 |
+
"decoder_attention_heads": 8,
|
116 |
+
"decoder_ffn_dim": 1024,
|
117 |
+
"decoder_layers": 6,
|
118 |
+
"decoder_n_points": 4,
|
119 |
+
"dice_loss_coefficient": 1,
|
120 |
+
"dilation": null,
|
121 |
+
"disable_custom_kernels": false,
|
122 |
+
"dropout": 0.1,
|
123 |
+
"encoder_attention_heads": 8,
|
124 |
+
"encoder_ffn_dim": 1024,
|
125 |
+
"encoder_layerdrop": 0.0,
|
126 |
+
"encoder_layers": 6,
|
127 |
+
"encoder_n_points": 4,
|
128 |
+
"eos_coefficient": 0.1,
|
129 |
+
"focal_alpha": 0.25,
|
130 |
+
"giou_cost": 2,
|
131 |
+
"giou_loss_coefficient": 2,
|
132 |
+
"id2label": {
|
133 |
+
"0": "combined damage",
|
134 |
+
"1": "flexural",
|
135 |
+
"2": "minorrotation",
|
136 |
+
"3": "moderaterotation",
|
137 |
+
"4": "severerotation",
|
138 |
+
"5": "shear",
|
139 |
+
"6": "undamage",
|
140 |
+
"7": "cracks",
|
141 |
+
"8": "water"
|
142 |
+
},
|
143 |
+
"init_std": 0.02,
|
144 |
+
"init_xavier_std": 1.0,
|
145 |
+
"is_encoder_decoder": true,
|
146 |
+
"label2id": {
|
147 |
+
"combined damage": 0,
|
148 |
+
"cracks": 7,
|
149 |
+
"flexural": 1,
|
150 |
+
"minorrotation": 2,
|
151 |
+
"moderaterotation": 3,
|
152 |
+
"severerotation": 4,
|
153 |
+
"shear": 5,
|
154 |
+
"undamage": 6,
|
155 |
+
"water": 8
|
156 |
+
},
|
157 |
+
"mask_loss_coefficient": 1,
|
158 |
+
"max_position_embeddings": 1024,
|
159 |
+
"model_type": "deformable_detr",
|
160 |
+
"num_channels": 3,
|
161 |
+
"num_feature_levels": 4,
|
162 |
+
"num_queries": 300,
|
163 |
+
"position_embedding_type": "sine",
|
164 |
+
"torch_dtype": "float32",
|
165 |
+
"transformers_version": "4.48.2",
|
166 |
+
"two_stage": true,
|
167 |
+
"two_stage_num_proposals": 300,
|
168 |
+
"use_pretrained_backbone": null,
|
169 |
+
"use_timm_backbone": false,
|
170 |
+
"with_box_refine": true
|
171 |
+
}
|
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": "DeformableDetrImageProcessor",
|
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 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:817b8b7ac44eee70088db08bbfca868eb61015d185c5a27bc0e8b2f44a2aced0
|
3 |
+
size 164783010
|
runs/Feb03_20-15-33_db528b47dd97/events.out.tfevents.1738613766.db528b47dd97.1453.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:670f00b29a947ed43402525e1290f8949a9b4c57fa6531baa2717ef6b98292a6
|
3 |
+
size 8442
|
runs/Feb03_20-23-38_db528b47dd97/events.out.tfevents.1738614230.db528b47dd97.1453.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f476c223e09896353f9214285f010baaddc3a205e2fb501d70ab1cd822f7184c
|
3 |
+
size 8442
|
runs/Feb03_20-24-52_db528b47dd97/events.out.tfevents.1738614305.db528b47dd97.1453.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:455189d83093854e6a459273b99d1b4a1762449abcd6aa8e30c6a3a9cabf76e0
|
3 |
+
size 8442
|
runs/Feb03_20-32-26_db528b47dd97/events.out.tfevents.1738614753.db528b47dd97.1453.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:288de2773cb4369b5e0e42b40fe6a8b832ecea58e0995c972f930b7b1b8aa994
|
3 |
+
size 8856
|
runs/Feb03_20-36-15_db528b47dd97/events.out.tfevents.1738614982.db528b47dd97.1453.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92eb87d1fff5d71ead4b31b338ce80d77f5250b11f80e07822f1e1251c3ab5c8
|
3 |
+
size 8816
|
runs/Feb03_20-40-05_db528b47dd97/events.out.tfevents.1738615212.db528b47dd97.1453.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7075d69f61674dc8f9c673a893e6eabc6817f0da6dc9db7d254a95881109641
|
3 |
+
size 8817
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccc0da629c1e392b172668e98c08dce029864e612a8abe7df49d031def11c7ae
|
3 |
+
size 5304
|