Training in progress, epoch 1
Browse files- config.json +11 -6
- model.safetensors +2 -2
- preprocessor_config.json +2 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -11,16 +11,21 @@
|
|
11 |
],
|
12 |
"attention_dropout": 0.0,
|
13 |
"auxiliary_loss": true,
|
14 |
-
"backbone":
|
15 |
-
"backbone_config":
|
16 |
-
|
17 |
-
"
|
|
|
|
|
|
|
|
|
18 |
"out_indices": [
|
19 |
2,
|
20 |
3,
|
21 |
4
|
22 |
]
|
23 |
},
|
|
|
24 |
"batch_norm_eps": 1e-05,
|
25 |
"box_noise_scale": 1.0,
|
26 |
"d_model": 256,
|
@@ -92,8 +97,8 @@
|
|
92 |
"torch_dtype": "float32",
|
93 |
"transformers_version": "4.42.0.dev0",
|
94 |
"use_focal_loss": true,
|
95 |
-
"use_pretrained_backbone":
|
96 |
-
"use_timm_backbone":
|
97 |
"weight_loss_bbox": 5.0,
|
98 |
"weight_loss_giou": 2.0,
|
99 |
"weight_loss_vfl": 1.0,
|
|
|
11 |
],
|
12 |
"attention_dropout": 0.0,
|
13 |
"auxiliary_loss": true,
|
14 |
+
"backbone": null,
|
15 |
+
"backbone_config": {
|
16 |
+
"model_type": "rt_detr_resnet",
|
17 |
+
"out_features": [
|
18 |
+
"stage2",
|
19 |
+
"stage3",
|
20 |
+
"stage4"
|
21 |
+
],
|
22 |
"out_indices": [
|
23 |
2,
|
24 |
3,
|
25 |
4
|
26 |
]
|
27 |
},
|
28 |
+
"backbone_kwargs": null,
|
29 |
"batch_norm_eps": 1e-05,
|
30 |
"box_noise_scale": 1.0,
|
31 |
"d_model": 256,
|
|
|
97 |
"torch_dtype": "float32",
|
98 |
"transformers_version": "4.42.0.dev0",
|
99 |
"use_focal_loss": true,
|
100 |
+
"use_pretrained_backbone": false,
|
101 |
+
"use_timm_backbone": false,
|
102 |
"weight_loss_bbox": 5.0,
|
103 |
"weight_loss_giou": 2.0,
|
104 |
"weight_loss_vfl": 1.0,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b7a58a102c59881ecf8ecb80638d75bd51e9b5ed7c69a7066c6c54348361ea3
|
3 |
+
size 171559340
|
preprocessor_config.json
CHANGED
@@ -14,6 +14,7 @@
|
|
14 |
"image_mean",
|
15 |
"image_std",
|
16 |
"do_pad",
|
|
|
17 |
"format",
|
18 |
"return_tensors",
|
19 |
"data_format",
|
@@ -36,6 +37,7 @@
|
|
36 |
0.224,
|
37 |
0.225
|
38 |
],
|
|
|
39 |
"resample": 2,
|
40 |
"rescale_factor": 0.00392156862745098,
|
41 |
"size": {
|
|
|
14 |
"image_mean",
|
15 |
"image_std",
|
16 |
"do_pad",
|
17 |
+
"pad_size",
|
18 |
"format",
|
19 |
"return_tensors",
|
20 |
"data_format",
|
|
|
37 |
0.224,
|
38 |
0.225
|
39 |
],
|
40 |
+
"pad_size": null,
|
41 |
"resample": 2,
|
42 |
"rescale_factor": 0.00392156862745098,
|
43 |
"size": {
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b53e1367e265a694e532fa4ff1611f43c488c6de800fe4ac2d41c059fe9bf91c
|
3 |
size 5176
|