Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +1 -1
- preprocessor_config.json +6 -22
- runs/Sep02_17-58-50_Lab4/events.out.tfevents.1725271131.Lab4.15568.2 +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -63,7 +63,7 @@
|
|
63 |
"position_embedding_type": "sine",
|
64 |
"scale_embedding": false,
|
65 |
"torch_dtype": "float32",
|
66 |
-
"transformers_version": "4.
|
67 |
"use_pretrained_backbone": true,
|
68 |
"use_timm_backbone": true
|
69 |
}
|
|
|
63 |
"position_embedding_type": "sine",
|
64 |
"scale_embedding": false,
|
65 |
"torch_dtype": "float32",
|
66 |
+
"transformers_version": "4.42.4",
|
67 |
"use_pretrained_backbone": true,
|
68 |
"use_timm_backbone": true
|
69 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 166498936
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f40b680d36e0bde87511f9e63bff31364de08d9197a9c6801ce96925c8396ec
|
3 |
size 166498936
|
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,10 +16,14 @@
|
|
36 |
0.224,
|
37 |
0.225
|
38 |
],
|
|
|
|
|
|
|
|
|
39 |
"resample": 2,
|
40 |
"rescale_factor": 0.00392156862745098,
|
41 |
"size": {
|
42 |
-
"
|
43 |
-
"
|
44 |
}
|
45 |
}
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"do_convert_annotations": true,
|
3 |
"do_normalize": true,
|
4 |
"do_pad": true,
|
|
|
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 |
+
"max_height": 480,
|
27 |
+
"max_width": 480
|
28 |
}
|
29 |
}
|
runs/Sep02_17-58-50_Lab4/events.out.tfevents.1725271131.Lab4.15568.2
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:8459ecdb8f3c0ad85cb1d9b0dcda35e05d96440f979754ca06e69968d7778d40
|
3 |
+
size 8586
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39333a2587a0f6aaeafaf2c6e16d69c3037f6ae32c6697b081554103ce8ea2b5
|
3 |
size 5112
|