Training in progress, step 200
Browse files
config.json
CHANGED
@@ -9,7 +9,15 @@
|
|
9 |
"auxiliary_loss": false,
|
10 |
"backbone": "resnet50",
|
11 |
"backbone_config": null,
|
12 |
-
"backbone_kwargs":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"bbox_cost": 5,
|
14 |
"bbox_loss_coefficient": 5,
|
15 |
"class_cost": 1,
|
@@ -47,7 +55,7 @@
|
|
47 |
"position_embedding_type": "sine",
|
48 |
"scale_embedding": false,
|
49 |
"torch_dtype": "float32",
|
50 |
-
"transformers_version": "4.
|
51 |
"use_pretrained_backbone": true,
|
52 |
"use_timm_backbone": true
|
53 |
}
|
|
|
9 |
"auxiliary_loss": false,
|
10 |
"backbone": "resnet50",
|
11 |
"backbone_config": null,
|
12 |
+
"backbone_kwargs": {
|
13 |
+
"in_chans": 3,
|
14 |
+
"out_indices": [
|
15 |
+
1,
|
16 |
+
2,
|
17 |
+
3,
|
18 |
+
4
|
19 |
+
]
|
20 |
+
},
|
21 |
"bbox_cost": 5,
|
22 |
"bbox_loss_coefficient": 5,
|
23 |
"class_cost": 1,
|
|
|
55 |
"position_embedding_type": "sine",
|
56 |
"scale_embedding": false,
|
57 |
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.44.2",
|
59 |
"use_pretrained_backbone": true,
|
60 |
"use_timm_backbone": true
|
61 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 166494824
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:463a84f81dd637a4d20380b1e75682fe4ab3e8d99cdf47eac8b73176cc85faba
|
3 |
size 166494824
|
preprocessor_config.json
CHANGED
@@ -1,24 +1,4 @@
|
|
1 |
{
|
2 |
-
"_valid_processor_keys": [
|
3 |
-
"images",
|
4 |
-
"annotations",
|
5 |
-
"return_segmentation_masks",
|
6 |
-
"masks_path",
|
7 |
-
"do_resize",
|
8 |
-
"size",
|
9 |
-
"resample",
|
10 |
-
"do_rescale",
|
11 |
-
"rescale_factor",
|
12 |
-
"do_normalize",
|
13 |
-
"do_convert_annotations",
|
14 |
-
"image_mean",
|
15 |
-
"image_std",
|
16 |
-
"do_pad",
|
17 |
-
"format",
|
18 |
-
"return_tensors",
|
19 |
-
"data_format",
|
20 |
-
"input_data_format"
|
21 |
-
],
|
22 |
"do_convert_annotations": true,
|
23 |
"do_normalize": true,
|
24 |
"do_pad": true,
|
@@ -36,6 +16,7 @@
|
|
36 |
0.224,
|
37 |
0.225
|
38 |
],
|
|
|
39 |
"resample": 2,
|
40 |
"rescale_factor": 0.00392156862745098,
|
41 |
"size": {
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"do_convert_annotations": true,
|
3 |
"do_normalize": true,
|
4 |
"do_pad": true,
|
|
|
16 |
0.224,
|
17 |
0.225
|
18 |
],
|
19 |
+
"pad_size": null,
|
20 |
"resample": 2,
|
21 |
"rescale_factor": 0.00392156862745098,
|
22 |
"size": {
|
runs/Oct24_02-18-46_tzuchichen/events.out.tfevents.1729707527.tzuchichen.177.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc1ef0be47c43b91523befa4e4ee5fc0d1ed72007349a51131b2ae39f946174a
|
3 |
+
size 6173
|
runs/Oct24_02-19-33_tzuchichen/events.out.tfevents.1729707573.tzuchichen.308.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3caa3529fac864cb0f143ea6102e9f2f37ad0379156a70088ba9af726796d41a
|
3 |
+
size 6595
|
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:68562b3c4ba76992a36510992b3c91b394015f99172ef98896cf1ddad52fee25
|
3 |
+
size 5304
|