Update config.json
Browse files- config.json +8 -8
config.json
CHANGED
@@ -8,22 +8,22 @@
|
|
8 |
"custom_load": false,
|
9 |
"input_size": [
|
10 |
3,
|
11 |
-
|
12 |
-
|
13 |
],
|
14 |
"fixed_input_size": true,
|
15 |
"interpolation": "bicubic",
|
16 |
"crop_pct": 1.0,
|
17 |
"crop_mode": "center",
|
18 |
"mean": [
|
19 |
-
0.
|
20 |
-
0.
|
21 |
-
0.
|
22 |
],
|
23 |
"std": [
|
24 |
-
0.
|
25 |
-
0.
|
26 |
-
0.
|
27 |
],
|
28 |
"num_classes": 0,
|
29 |
"pool_size": null,
|
|
|
8 |
"custom_load": false,
|
9 |
"input_size": [
|
10 |
3,
|
11 |
+
392,
|
12 |
+
392
|
13 |
],
|
14 |
"fixed_input_size": true,
|
15 |
"interpolation": "bicubic",
|
16 |
"crop_pct": 1.0,
|
17 |
"crop_mode": "center",
|
18 |
"mean": [
|
19 |
+
0.5,
|
20 |
+
0.5,
|
21 |
+
0.5
|
22 |
],
|
23 |
"std": [
|
24 |
+
0.5,
|
25 |
+
0.5,
|
26 |
+
0.5
|
27 |
],
|
28 |
"num_classes": 0,
|
29 |
"pool_size": null,
|