Upload open_clip_config.json
Browse files- open_clip_config.json +6 -6
open_clip_config.json
CHANGED
@@ -17,14 +17,14 @@
|
|
17 |
},
|
18 |
"preprocess_cfg": {
|
19 |
"mean": [
|
20 |
-
0.
|
21 |
-
0.
|
22 |
-
0.
|
23 |
],
|
24 |
"std": [
|
25 |
-
0
|
26 |
-
0
|
27 |
-
0
|
28 |
],
|
29 |
"interpolation": "bicubic",
|
30 |
"resize_mode": "shortest"
|
|
|
17 |
},
|
18 |
"preprocess_cfg": {
|
19 |
"mean": [
|
20 |
+
0.0,
|
21 |
+
0.0,
|
22 |
+
0.0
|
23 |
],
|
24 |
"std": [
|
25 |
+
1.0,
|
26 |
+
1.0,
|
27 |
+
1.0
|
28 |
],
|
29 |
"interpolation": "bicubic",
|
30 |
"resize_mode": "shortest"
|