Training in progress, epoch 1
Browse files- config.json +191 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/events.out.tfevents.1730624183.nitro.20872.1 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,191 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "PekingU/rtdetr_r50vd_coco_o365",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "silu",
|
5 |
+
"anchor_image_size": null,
|
6 |
+
"architectures": [
|
7 |
+
"RTDetrForObjectDetection"
|
8 |
+
],
|
9 |
+
"attention_dropout": 0.0,
|
10 |
+
"auxiliary_loss": true,
|
11 |
+
"backbone": null,
|
12 |
+
"backbone_config": {
|
13 |
+
"model_type": "rt_detr_resnet",
|
14 |
+
"out_features": [
|
15 |
+
"stage2",
|
16 |
+
"stage3",
|
17 |
+
"stage4"
|
18 |
+
],
|
19 |
+
"out_indices": [
|
20 |
+
2,
|
21 |
+
3,
|
22 |
+
4
|
23 |
+
]
|
24 |
+
},
|
25 |
+
"backbone_kwargs": null,
|
26 |
+
"batch_norm_eps": 1e-05,
|
27 |
+
"box_noise_scale": 1.0,
|
28 |
+
"d_model": 256,
|
29 |
+
"decoder_activation_function": "relu",
|
30 |
+
"decoder_attention_heads": 8,
|
31 |
+
"decoder_ffn_dim": 1024,
|
32 |
+
"decoder_in_channels": [
|
33 |
+
256,
|
34 |
+
256,
|
35 |
+
256
|
36 |
+
],
|
37 |
+
"decoder_layers": 6,
|
38 |
+
"decoder_n_points": 4,
|
39 |
+
"disable_custom_kernels": true,
|
40 |
+
"dropout": 0.0,
|
41 |
+
"encode_proj_layers": [
|
42 |
+
2
|
43 |
+
],
|
44 |
+
"encoder_activation_function": "gelu",
|
45 |
+
"encoder_attention_heads": 8,
|
46 |
+
"encoder_ffn_dim": 1024,
|
47 |
+
"encoder_hidden_dim": 256,
|
48 |
+
"encoder_in_channels": [
|
49 |
+
512,
|
50 |
+
1024,
|
51 |
+
2048
|
52 |
+
],
|
53 |
+
"encoder_layers": 1,
|
54 |
+
"eos_coefficient": 0.0001,
|
55 |
+
"eval_size": null,
|
56 |
+
"feat_strides": [
|
57 |
+
8,
|
58 |
+
16,
|
59 |
+
32
|
60 |
+
],
|
61 |
+
"focal_loss_alpha": 0.75,
|
62 |
+
"focal_loss_gamma": 2.0,
|
63 |
+
"freeze_backbone_batch_norms": true,
|
64 |
+
"hidden_expansion": 1.0,
|
65 |
+
"id2label": {
|
66 |
+
"0": "acrid",
|
67 |
+
"1": "ancient wisp",
|
68 |
+
"2": "archer bug",
|
69 |
+
"3": "arhaic wisp",
|
70 |
+
"4": "bison",
|
71 |
+
"5": "boarlit",
|
72 |
+
"6": "bramble",
|
73 |
+
"7": "child",
|
74 |
+
"8": "clay man",
|
75 |
+
"9": "colossus",
|
76 |
+
"10": "crab",
|
77 |
+
"11": "cremator",
|
78 |
+
"12": "direseeker",
|
79 |
+
"13": "elder lemurian",
|
80 |
+
"14": "evolved lemurian",
|
81 |
+
"15": "gilded wurms",
|
82 |
+
"16": "golem",
|
83 |
+
"17": "greater wisp",
|
84 |
+
"18": "gup",
|
85 |
+
"19": "ifrit",
|
86 |
+
"20": "imp",
|
87 |
+
"21": "imp overlord",
|
88 |
+
"22": "jellyfish",
|
89 |
+
"23": "lemurian",
|
90 |
+
"24": "lemurian cavalry",
|
91 |
+
"25": "lunx tribe",
|
92 |
+
"26": "lynx totem",
|
93 |
+
"27": "macrobe",
|
94 |
+
"28": "macrobic predator",
|
95 |
+
"29": "magma worm",
|
96 |
+
"30": "mushrum",
|
97 |
+
"31": "parent",
|
98 |
+
"32": "providence",
|
99 |
+
"33": "purple imp",
|
100 |
+
"34": "sanctuary guard",
|
101 |
+
"35": "scavenger",
|
102 |
+
"36": "spider",
|
103 |
+
"37": "spitter",
|
104 |
+
"38": "swift",
|
105 |
+
"39": "temple guard",
|
106 |
+
"40": "tiny imp",
|
107 |
+
"41": "toxic beast",
|
108 |
+
"42": "trokk",
|
109 |
+
"43": "tuber",
|
110 |
+
"44": "wandering vagrant",
|
111 |
+
"45": "whorl",
|
112 |
+
"46": "wisp",
|
113 |
+
"47": "young vagrant"
|
114 |
+
},
|
115 |
+
"initializer_bias_prior_prob": null,
|
116 |
+
"initializer_range": 0.01,
|
117 |
+
"is_encoder_decoder": true,
|
118 |
+
"label2id": {
|
119 |
+
"acrid": 0,
|
120 |
+
"ancient wisp": 1,
|
121 |
+
"archer bug": 2,
|
122 |
+
"arhaic wisp": 3,
|
123 |
+
"bison": 4,
|
124 |
+
"boarlit": 5,
|
125 |
+
"bramble": 6,
|
126 |
+
"child": 7,
|
127 |
+
"clay man": 8,
|
128 |
+
"colossus": 9,
|
129 |
+
"crab": 10,
|
130 |
+
"cremator": 11,
|
131 |
+
"direseeker": 12,
|
132 |
+
"elder lemurian": 13,
|
133 |
+
"evolved lemurian": 14,
|
134 |
+
"gilded wurms": 15,
|
135 |
+
"golem": 16,
|
136 |
+
"greater wisp": 17,
|
137 |
+
"gup": 18,
|
138 |
+
"ifrit": 19,
|
139 |
+
"imp": 20,
|
140 |
+
"imp overlord": 21,
|
141 |
+
"jellyfish": 22,
|
142 |
+
"lemurian": 23,
|
143 |
+
"lemurian cavalry": 24,
|
144 |
+
"lunx tribe": 25,
|
145 |
+
"lynx totem": 26,
|
146 |
+
"macrobe": 27,
|
147 |
+
"macrobic predator": 28,
|
148 |
+
"magma worm": 29,
|
149 |
+
"mushrum": 30,
|
150 |
+
"parent": 31,
|
151 |
+
"providence": 32,
|
152 |
+
"purple imp": 33,
|
153 |
+
"sanctuary guard": 34,
|
154 |
+
"scavenger": 35,
|
155 |
+
"spider": 36,
|
156 |
+
"spitter": 37,
|
157 |
+
"swift": 38,
|
158 |
+
"temple guard": 39,
|
159 |
+
"tiny imp": 40,
|
160 |
+
"toxic beast": 41,
|
161 |
+
"trokk": 42,
|
162 |
+
"tuber": 43,
|
163 |
+
"wandering vagrant": 44,
|
164 |
+
"whorl": 45,
|
165 |
+
"wisp": 46,
|
166 |
+
"young vagrant": 47
|
167 |
+
},
|
168 |
+
"label_noise_ratio": 0.5,
|
169 |
+
"layer_norm_eps": 1e-05,
|
170 |
+
"learn_initial_query": false,
|
171 |
+
"matcher_alpha": 0.25,
|
172 |
+
"matcher_bbox_cost": 5.0,
|
173 |
+
"matcher_class_cost": 2.0,
|
174 |
+
"matcher_gamma": 2.0,
|
175 |
+
"matcher_giou_cost": 2.0,
|
176 |
+
"model_type": "rt_detr",
|
177 |
+
"normalize_before": false,
|
178 |
+
"num_denoising": 100,
|
179 |
+
"num_feature_levels": 3,
|
180 |
+
"num_queries": 300,
|
181 |
+
"positional_encoding_temperature": 10000,
|
182 |
+
"torch_dtype": "float32",
|
183 |
+
"transformers_version": "4.46.1",
|
184 |
+
"use_focal_loss": true,
|
185 |
+
"use_pretrained_backbone": false,
|
186 |
+
"use_timm_backbone": false,
|
187 |
+
"weight_loss_bbox": 5.0,
|
188 |
+
"weight_loss_giou": 2.0,
|
189 |
+
"weight_loss_vfl": 1.0,
|
190 |
+
"with_box_refine": true
|
191 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56c5c1745506217a65384375628226981a9ee5dbe9a995d8e1fc7e6ba0a2e724
|
3 |
+
size 171912816
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_annotations": true,
|
3 |
+
"do_normalize": false,
|
4 |
+
"do_pad": false,
|
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": "RTDetrImageProcessor",
|
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 |
+
"height": 480,
|
24 |
+
"width": 480
|
25 |
+
}
|
26 |
+
}
|
runs/events.out.tfevents.1730624183.nitro.20872.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:528fb797a3dce499d997ac36931dbcd6b14d3b92d5210ac8dfcef8a8a5621987
|
3 |
+
size 14926
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6af0032fea2613075c4db955b1a9942ff2ef08973fc51010f2d36dd097d76cc5
|
3 |
+
size 5240
|