fix preprocess_cfg
Browse files- open_clip_config.json +7 -7
open_clip_config.json
CHANGED
@@ -30,16 +30,16 @@
|
|
30 |
},
|
31 |
"preprocess_cfg": {
|
32 |
"mean": [
|
33 |
-
0.
|
34 |
-
0.
|
35 |
-
0.
|
36 |
],
|
37 |
"std": [
|
38 |
-
0.
|
39 |
-
0.
|
40 |
-
0.
|
41 |
],
|
42 |
"interpolation": "bicubic",
|
43 |
-
"resize_mode": "
|
44 |
}
|
45 |
}
|
|
|
30 |
},
|
31 |
"preprocess_cfg": {
|
32 |
"mean": [
|
33 |
+
0.5,
|
34 |
+
0.5,
|
35 |
+
0.5
|
36 |
],
|
37 |
"std": [
|
38 |
+
0.5,
|
39 |
+
0.5,
|
40 |
+
0.5
|
41 |
],
|
42 |
"interpolation": "bicubic",
|
43 |
+
"resize_mode": "squash"
|
44 |
}
|
45 |
}
|