Commit
·
08770d2
1
Parent(s):
f4cf3e3
Add model
Browse files- open_clip_config.json +7 -7
- open_clip_pytorch_model.bin +1 -1
open_clip_config.json
CHANGED
@@ -19,16 +19,16 @@
|
|
19 |
},
|
20 |
"preprocess_cfg": {
|
21 |
"mean": [
|
22 |
-
0.
|
23 |
-
0.
|
24 |
-
0.
|
25 |
],
|
26 |
"std": [
|
27 |
-
0.
|
28 |
-
0.
|
29 |
-
0.
|
30 |
],
|
31 |
"interpolation": "bicubic",
|
32 |
-
"resize_mode": "
|
33 |
}
|
34 |
}
|
|
|
19 |
},
|
20 |
"preprocess_cfg": {
|
21 |
"mean": [
|
22 |
+
0.48145466,
|
23 |
+
0.4578275,
|
24 |
+
0.40821073
|
25 |
],
|
26 |
"std": [
|
27 |
+
0.26862954,
|
28 |
+
0.26130258,
|
29 |
+
0.27577711
|
30 |
],
|
31 |
"interpolation": "bicubic",
|
32 |
+
"resize_mode": "shortest"
|
33 |
}
|
34 |
}
|
open_clip_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2030040226
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:082fe0655a943d604161f00f19130205d7bb950cb8d66c4664aa778007142dcb
|
3 |
size 2030040226
|