Training in progress, epoch 1
Browse files- config.json +3 -2
- model.safetensors +1 -1
- preprocessor_config.json +4 -7
- runs/Dec25_21-04-45_DESKTOP-9QCTVMP/events.out.tfevents.1735157085.DESKTOP-9QCTVMP.4559.0 +2 -2
- runs/Dec25_23-33-44_DESKTOP-9QCTVMP/events.out.tfevents.1735166025.DESKTOP-9QCTVMP.36553.0 +3 -0
- runs/Dec25_23-36-46_DESKTOP-9QCTVMP/events.out.tfevents.1735166207.DESKTOP-9QCTVMP.36553.1 +3 -0
- runs/Dec25_23-37-28_DESKTOP-9QCTVMP/events.out.tfevents.1735166249.DESKTOP-9QCTVMP.36553.2 +3 -0
- runs/Dec25_23-37-40_DESKTOP-9QCTVMP/events.out.tfevents.1735166271.DESKTOP-9QCTVMP.36553.3 +3 -0
- runs/Dec25_23-37-40_DESKTOP-9QCTVMP/events.out.tfevents.1735166321.DESKTOP-9QCTVMP.36553.4 +3 -0
- runs/Dec25_23-38-48_DESKTOP-9QCTVMP/events.out.tfevents.1735166329.DESKTOP-9QCTVMP.36553.5 +3 -0
- runs/Dec25_23-39-06_DESKTOP-9QCTVMP/events.out.tfevents.1735166358.DESKTOP-9QCTVMP.36553.6 +3 -0
- runs/Dec25_23-42-14_DESKTOP-9QCTVMP/events.out.tfevents.1735166537.DESKTOP-9QCTVMP.36553.7 +3 -0
- runs/Dec25_23-42-43_DESKTOP-9QCTVMP/events.out.tfevents.1735166565.DESKTOP-9QCTVMP.36553.8 +3 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "PekingU/rtdetr_r50vd",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "silu",
|
5 |
"anchor_image_size": null,
|
@@ -66,6 +65,7 @@
|
|
66 |
"0": "handwritten",
|
67 |
"1": "printed"
|
68 |
},
|
|
|
69 |
"initializer_bias_prior_prob": null,
|
70 |
"initializer_range": 0.01,
|
71 |
"is_encoder_decoder": true,
|
@@ -83,9 +83,10 @@
|
|
83 |
"matcher_giou_cost": 2.0,
|
84 |
"model_type": "rt_detr",
|
85 |
"normalize_before": false,
|
|
|
86 |
"num_denoising": 100,
|
87 |
"num_feature_levels": 3,
|
88 |
-
"num_queries":
|
89 |
"positional_encoding_temperature": 10000,
|
90 |
"torch_dtype": "float32",
|
91 |
"transformers_version": "4.47.0",
|
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "silu",
|
4 |
"anchor_image_size": null,
|
|
|
65 |
"0": "handwritten",
|
66 |
"1": "printed"
|
67 |
},
|
68 |
+
"ignore_mismatched_sizes": true,
|
69 |
"initializer_bias_prior_prob": null,
|
70 |
"initializer_range": 0.01,
|
71 |
"is_encoder_decoder": true,
|
|
|
83 |
"matcher_giou_cost": 2.0,
|
84 |
"model_type": "rt_detr",
|
85 |
"normalize_before": false,
|
86 |
+
"num_classes": 2,
|
87 |
"num_denoising": 100,
|
88 |
"num_feature_levels": 3,
|
89 |
+
"num_queries": 1000,
|
90 |
"positional_encoding_temperature": 10000,
|
91 |
"torch_dtype": "float32",
|
92 |
"transformers_version": "4.47.0",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 171534680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb0fef8e14bc52c341cbeab8e3af0816fd5c43631156433ef9b3f0a979f4f720
|
3 |
size 171534680
|
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"do_convert_annotations": true,
|
3 |
"do_normalize": false,
|
4 |
-
"do_pad":
|
5 |
"do_rescale": true,
|
6 |
"do_resize": true,
|
7 |
"format": "coco_detection",
|
@@ -16,14 +16,11 @@
|
|
16 |
0.224,
|
17 |
0.225
|
18 |
],
|
19 |
-
"pad_size":
|
20 |
-
"height": 480,
|
21 |
-
"width": 480
|
22 |
-
},
|
23 |
"resample": 2,
|
24 |
"rescale_factor": 0.00392156862745098,
|
25 |
"size": {
|
26 |
-
"
|
27 |
-
"
|
28 |
}
|
29 |
}
|
|
|
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",
|
|
|
16 |
0.224,
|
17 |
0.225
|
18 |
],
|
19 |
+
"pad_size": null,
|
|
|
|
|
|
|
20 |
"resample": 2,
|
21 |
"rescale_factor": 0.00392156862745098,
|
22 |
"size": {
|
23 |
+
"height": 640,
|
24 |
+
"width": 640
|
25 |
}
|
26 |
}
|
runs/Dec25_21-04-45_DESKTOP-9QCTVMP/events.out.tfevents.1735157085.DESKTOP-9QCTVMP.4559.0
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:8d38a49e2adf1ef1ddab2f88b249e040ace1edea36f24bb5230782721f99af68
|
3 |
+
size 287282
|
runs/Dec25_23-33-44_DESKTOP-9QCTVMP/events.out.tfevents.1735166025.DESKTOP-9QCTVMP.36553.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9d82b63f55971ebea8964ae6c76611ebe142ebd1e794ed397595c21989c1097
|
3 |
+
size 6488
|
runs/Dec25_23-36-46_DESKTOP-9QCTVMP/events.out.tfevents.1735166207.DESKTOP-9QCTVMP.36553.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e03e9c0d891b9b771a0598aed533015540d995bea5781e3808ec65af6d745b83
|
3 |
+
size 6488
|
runs/Dec25_23-37-28_DESKTOP-9QCTVMP/events.out.tfevents.1735166249.DESKTOP-9QCTVMP.36553.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:060b734161f9cf13cf78ff9235b497e5161727aaeca6ae0d925c73f21c3b93f1
|
3 |
+
size 6488
|
runs/Dec25_23-37-40_DESKTOP-9QCTVMP/events.out.tfevents.1735166271.DESKTOP-9QCTVMP.36553.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4c7574d2eed8ff908596f4d123c3c8a63814ed4f2f778c65f08f4d686823399
|
3 |
+
size 6487
|
runs/Dec25_23-37-40_DESKTOP-9QCTVMP/events.out.tfevents.1735166321.DESKTOP-9QCTVMP.36553.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:265d79c0d67cd843de78f28e100f7d3fe92fc2002b74a6d78a03bbbe586521e3
|
3 |
+
size 6487
|
runs/Dec25_23-38-48_DESKTOP-9QCTVMP/events.out.tfevents.1735166329.DESKTOP-9QCTVMP.36553.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:157592f5d2def5fbe2228b854e594b6246fe5c03bfe436207328ed0e31234fde
|
3 |
+
size 6522
|
runs/Dec25_23-39-06_DESKTOP-9QCTVMP/events.out.tfevents.1735166358.DESKTOP-9QCTVMP.36553.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e8efe5a90a0616ad0b56b832b3f16a6acbce587c02bb50d21c95f043eb96d29
|
3 |
+
size 6523
|
runs/Dec25_23-42-14_DESKTOP-9QCTVMP/events.out.tfevents.1735166537.DESKTOP-9QCTVMP.36553.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a359326f22d5070b45034028deef507fb24e25533b49329ea67ee12c545c112
|
3 |
+
size 9661
|
runs/Dec25_23-42-43_DESKTOP-9QCTVMP/events.out.tfevents.1735166565.DESKTOP-9QCTVMP.36553.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:405c9f57b0b2dc1642b71593f0d4250d133d39502070dd5dff6762ef5763d0ed
|
3 |
+
size 7784
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7aeb7c660b7e841637135538068e792afc3a5ccdc8e51aea2fe8b2a852d2614
|
3 |
size 5368
|