zuu commited on
Commit
1a9e483
1 Parent(s): a84cdff

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "weed1",
133
+ "1": "weed2",
134
+ "2": "weed3",
135
+ "3": "weed4"
136
+ },
137
+ "init_std": 0.02,
138
+ "init_xavier_std": 1.0,
139
+ "is_encoder_decoder": true,
140
+ "label2id": {
141
+ "weed1": 0,
142
+ "weed2": 1,
143
+ "weed3": 2,
144
+ "weed4": 3
145
+ },
146
+ "mask_loss_coefficient": 1,
147
+ "max_position_embeddings": 1024,
148
+ "model_type": "deformable_detr",
149
+ "num_channels": 3,
150
+ "num_feature_levels": 4,
151
+ "num_queries": 300,
152
+ "position_embedding_type": "sine",
153
+ "torch_dtype": "float32",
154
+ "transformers_version": null,
155
+ "two_stage": true,
156
+ "two_stage_num_proposals": 300,
157
+ "use_pretrained_backbone": null,
158
+ "use_timm_backbone": false,
159
+ "with_box_refine": true
160
+ }
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:ff96ea3a3d453a26f068c2c002f8f105cf3c4648d0c1a2183299995535d74976
3
+ size 164746725
runs/Aug28_18-54-19_LAPTOP-5QD1OBBG/events.out.tfevents.1693229071.LAPTOP-5QD1OBBG.26380.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42278ab3804a169b4dc5a95c7b2096244f744d8b89a572331df582846787beaf
3
+ size 7221
runs/Aug28_18-58-41_LAPTOP-5QD1OBBG/events.out.tfevents.1693229325.LAPTOP-5QD1OBBG.18360.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c68408681cb142bbc0a89c02ee024fb208ee6b2b99df5bbb02c849c35caafe4a
3
+ size 7375
runs/Aug29_08-16-11_LAPTOP-5QD1OBBG/events.out.tfevents.1693277181.LAPTOP-5QD1OBBG.27624.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fcc04311a0491a8d9df13c5506710229e59169c1a33ed8eb348b81733b14986
3
+ size 7221
runs/Aug29_08-17-14_LAPTOP-5QD1OBBG/events.out.tfevents.1693277240.LAPTOP-5QD1OBBG.27624.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9e7104e296181f41def060f8c549ed72344df367662d7067411c102a7a3fd3f
3
+ size 7221
runs/Aug29_08-20-57_LAPTOP-5QD1OBBG/events.out.tfevents.1693277463.LAPTOP-5QD1OBBG.27624.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:931f9fd333cdfedfe52eb4edfe9fd479958f0737b5ad8867ddaf702767914136
3
+ size 7568
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fed607e375cfbbac6fb0fb72d304ab8a1a7718c91fbf4bf8515f7c3b69eff18
3
+ size 4027