reannayang
commited on
Commit
•
f148729
1
Parent(s):
846ba29
add model
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
preprocessor_config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"feature_extractor_type": "SegformerFeatureExtractor",
|
5 |
+
"image_mean": [
|
6 |
+
0.485,
|
7 |
+
0.456,
|
8 |
+
0.406
|
9 |
+
],
|
10 |
+
"image_std": [
|
11 |
+
0.229,
|
12 |
+
0.224,
|
13 |
+
0.225
|
14 |
+
],
|
15 |
+
"reduce_labels": true,
|
16 |
+
"resample": 2,
|
17 |
+
"size": 512
|
18 |
+
}
|
runs/May23_11-20-41_4e6d59d3be2f/1653304859.7793396/events.out.tfevents.1653304859.4e6d59d3be2f.985.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e35cef832d3d27bcbdcd61a736f7f95a6751c80b4fe368780d58d94d39a3577
|
3 |
+
size 5194
|
runs/May23_11-20-41_4e6d59d3be2f/events.out.tfevents.1653304859.4e6d59d3be2f.985.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8c7ae82951ca4b547a2037dbf344a1c0a0b6105aae4d11f4071c6fceffc90ed
|
3 |
+
size 22047
|