visheratin
commited on
Commit
•
fb81eed
1
Parent(s):
81f06b0
Update open_clip_config.json
Browse files- open_clip_config.json +7 -7
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.5,
|
23 |
+
0.5,
|
24 |
+
0.5
|
25 |
],
|
26 |
"std": [
|
27 |
+
0.5,
|
28 |
+
0.5,
|
29 |
+
0.5
|
30 |
],
|
31 |
"interpolation": "bicubic",
|
32 |
+
"resize_mode": "squash"
|
33 |
}
|
34 |
}
|