davidhajdu
commited on
Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -22,7 +22,6 @@
|
|
22 |
"bbox_loss_coefficient": 5,
|
23 |
"class_cost": 2,
|
24 |
"cls_loss_coefficient": 2,
|
25 |
-
"d_model": 256,
|
26 |
"decoder_attention_heads": 8,
|
27 |
"decoder_ffn_dim": 2048,
|
28 |
"decoder_layers": 6,
|
@@ -33,6 +32,7 @@
|
|
33 |
"focal_alpha": 0.25,
|
34 |
"giou_cost": 2,
|
35 |
"giou_loss_coefficient": 2,
|
|
|
36 |
"id2label": {
|
37 |
"0": "Coverall",
|
38 |
"1": "Face_Shield",
|
@@ -63,7 +63,7 @@
|
|
63 |
"temperature_height": 20,
|
64 |
"temperature_width": 20,
|
65 |
"torch_dtype": "float32",
|
66 |
-
"transformers_version": "4.
|
67 |
"use_pretrained_backbone": true,
|
68 |
"use_timm_backbone": true
|
69 |
}
|
|
|
22 |
"bbox_loss_coefficient": 5,
|
23 |
"class_cost": 2,
|
24 |
"cls_loss_coefficient": 2,
|
|
|
25 |
"decoder_attention_heads": 8,
|
26 |
"decoder_ffn_dim": 2048,
|
27 |
"decoder_layers": 6,
|
|
|
32 |
"focal_alpha": 0.25,
|
33 |
"giou_cost": 2,
|
34 |
"giou_loss_coefficient": 2,
|
35 |
+
"hidden_size": 256,
|
36 |
"id2label": {
|
37 |
"0": "Coverall",
|
38 |
"1": "Face_Shield",
|
|
|
63 |
"temperature_height": 20,
|
64 |
"temperature_width": 20,
|
65 |
"torch_dtype": "float32",
|
66 |
+
"transformers_version": "4.47.0.dev0",
|
67 |
"use_pretrained_backbone": true,
|
68 |
"use_timm_backbone": true
|
69 |
}
|
preprocessor_config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
0.456,
|
11 |
0.406
|
12 |
],
|
13 |
-
"image_processor_type": "
|
14 |
"image_std": [
|
15 |
0.229,
|
16 |
0.224,
|
|
|
10 |
0.456,
|
11 |
0.406
|
12 |
],
|
13 |
+
"image_processor_type": "ConditionalDetrImageProcessor",
|
14 |
"image_std": [
|
15 |
0.229,
|
16 |
0.224,
|
pytorch_model.bin
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:5951c7f9c152eef97655e99d406f3fb107106c2784122edbbb6b214135a5965a
|
3 |
+
size 175238922
|
runs/Nov03_12-19-51_ec889df54fd2/events.out.tfevents.1730636393.ec889df54fd2.491.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddb6daa576589f3f1bccffc7cc49cf04e631f4942c470dbf988f1255e7699d35
|
3 |
+
size 7418
|
training_args.bin
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:87bbb9f8fbf226bb833e3f684d32f5df685398bf06ce1bf323e8dd6509ed17da
|
3 |
+
size 5368
|