akar49 commited on
Commit
13c6b99
1 Parent(s): 1e249e4

Training in progress, step 20

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "d7710a91d4e58c2fccd29f53e0ca350093b934f3",
3
+ "_name_or_path": "facebook/deformable-detr-box-supervised",
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "relu",
6
+ "architectures": [
7
+ "DeformableDetrForObjectDetection"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "auxiliary_loss": false,
11
+ "backbone": null,
12
+ "backbone_config": {
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_first_stage": false,
31
+ "early_stopping": false,
32
+ "embedding_size": 64,
33
+ "encoder_no_repeat_ngram_size": 0,
34
+ "eos_token_id": null,
35
+ "exponential_decay_length_penalty": null,
36
+ "finetuning_task": null,
37
+ "forced_bos_token_id": null,
38
+ "forced_eos_token_id": null,
39
+ "hidden_act": "relu",
40
+ "hidden_sizes": [
41
+ 256,
42
+ 512,
43
+ 1024,
44
+ 2048
45
+ ],
46
+ "id2label": {
47
+ "0": "LABEL_0",
48
+ "1": "LABEL_1"
49
+ },
50
+ "is_decoder": false,
51
+ "is_encoder_decoder": false,
52
+ "label2id": {
53
+ "LABEL_0": 0,
54
+ "LABEL_1": 1
55
+ },
56
+ "layer_type": "bottleneck",
57
+ "length_penalty": 1.0,
58
+ "max_length": 20,
59
+ "min_length": 0,
60
+ "model_type": "resnet",
61
+ "no_repeat_ngram_size": 0,
62
+ "num_beam_groups": 1,
63
+ "num_beams": 1,
64
+ "num_channels": 3,
65
+ "num_return_sequences": 1,
66
+ "out_features": [
67
+ "stage2",
68
+ "stage3",
69
+ "stage4"
70
+ ],
71
+ "out_indices": [
72
+ 2,
73
+ 3,
74
+ 4
75
+ ],
76
+ "output_attentions": false,
77
+ "output_hidden_states": false,
78
+ "output_scores": false,
79
+ "pad_token_id": null,
80
+ "prefix": null,
81
+ "problem_type": null,
82
+ "pruned_heads": {},
83
+ "remove_invalid_values": false,
84
+ "repetition_penalty": 1.0,
85
+ "return_dict": true,
86
+ "return_dict_in_generate": false,
87
+ "sep_token_id": null,
88
+ "stage_names": [
89
+ "stem",
90
+ "stage1",
91
+ "stage2",
92
+ "stage3",
93
+ "stage4"
94
+ ],
95
+ "suppress_tokens": null,
96
+ "task_specific_params": null,
97
+ "temperature": 1.0,
98
+ "tf_legacy_loss": false,
99
+ "tie_encoder_decoder": false,
100
+ "tie_word_embeddings": true,
101
+ "tokenizer_class": null,
102
+ "top_k": 50,
103
+ "top_p": 1.0,
104
+ "torch_dtype": null,
105
+ "torchscript": false,
106
+ "transformers_version": "4.31.0",
107
+ "typical_p": 1.0,
108
+ "use_bfloat16": false
109
+ },
110
+ "bbox_cost": 5,
111
+ "bbox_loss_coefficient": 5,
112
+ "class_cost": 1,
113
+ "d_model": 256,
114
+ "decoder_attention_heads": 8,
115
+ "decoder_ffn_dim": 1024,
116
+ "decoder_layers": 6,
117
+ "decoder_n_points": 4,
118
+ "dice_loss_coefficient": 1,
119
+ "dilation": null,
120
+ "disable_custom_kernels": false,
121
+ "dropout": 0.1,
122
+ "encoder_attention_heads": 8,
123
+ "encoder_ffn_dim": 1024,
124
+ "encoder_layerdrop": 0.0,
125
+ "encoder_layers": 6,
126
+ "encoder_n_points": 4,
127
+ "eos_coefficient": 0.1,
128
+ "focal_alpha": 0.25,
129
+ "giou_cost": 2,
130
+ "giou_loss_coefficient": 2,
131
+ "id2label": {
132
+ "0": "crack",
133
+ "1": "mold",
134
+ "2": "peeling_paint",
135
+ "3": "stairstep_crack",
136
+ "4": "water_seepage"
137
+ },
138
+ "init_std": 0.02,
139
+ "init_xavier_std": 1.0,
140
+ "is_encoder_decoder": true,
141
+ "label2id": {
142
+ "crack": 0,
143
+ "mold": 1,
144
+ "peeling_paint": 2,
145
+ "stairstep_crack": 3,
146
+ "water_seepage": 4
147
+ },
148
+ "mask_loss_coefficient": 1,
149
+ "max_position_embeddings": 1024,
150
+ "model_type": "deformable_detr",
151
+ "num_channels": 3,
152
+ "num_feature_levels": 4,
153
+ "num_queries": 300,
154
+ "position_embedding_type": "sine",
155
+ "torch_dtype": "float32",
156
+ "transformers_version": null,
157
+ "two_stage": true,
158
+ "two_stage_num_proposals": 300,
159
+ "use_pretrained_backbone": null,
160
+ "use_timm_backbone": false,
161
+ "with_box_refine": true
162
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "format": "coco_detection",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "DeformableDetrImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "longest_edge": 1333,
22
+ "shortest_edge": 800
23
+ }
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ffbb5d165dcb9ba54e16aeee206b5faacbb717a0326be6f3bc7f3e694731656
3
+ size 164753893
runs/Aug21_22-31-44_0969575a1820/events.out.tfevents.1692657125.0969575a1820.4079.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc3b2ac73ad83002134d5063748732e82ea3a9b31eebc452c5f4767b986934d0
3
+ size 7254
runs/Aug21_22-32-40_0969575a1820/events.out.tfevents.1692657166.0969575a1820.4079.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07019e9c155b52ded955b8207db92f0de663aa35f9914cd56ad4b028a614d1d7
3
+ size 7254
runs/Aug21_22-34-05_0969575a1820/events.out.tfevents.1692657252.0969575a1820.4079.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa27ad599d72c8a9277e9dd4459e4251c4df36696ae4bf999f4e739088f5b2a6
3
+ size 7408
runs/Aug21_22-38-02_0969575a1820/events.out.tfevents.1692657507.0969575a1820.4079.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e32e3395772e6d1d5e9bd0efad3bb4d6804a5a8ce034b72b68d4889fab2759d
3
+ size 7562
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:301b814e5793d4f155a1a1c3e38ecc5a61f1fec7fc0f67686873641f04dc6495
3
+ size 3963