Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
|
@@ -13,14 +13,14 @@
|
|
| 13 |
"crop_pct": 0.888,
|
| 14 |
"interpolation": "bicubic",
|
| 15 |
"mean": [
|
| 16 |
-
0.
|
| 17 |
-
0.
|
| 18 |
-
0.
|
| 19 |
],
|
| 20 |
"std": [
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
],
|
| 25 |
"first_conv": "stem.conv",
|
| 26 |
"classifier": "head.fc",
|
|
|
|
| 13 |
"crop_pct": 0.888,
|
| 14 |
"interpolation": "bicubic",
|
| 15 |
"mean": [
|
| 16 |
+
0.485,
|
| 17 |
+
0.456,
|
| 18 |
+
0.406
|
| 19 |
],
|
| 20 |
"std": [
|
| 21 |
+
0.229,
|
| 22 |
+
0.224,
|
| 23 |
+
0.225
|
| 24 |
],
|
| 25 |
"first_conv": "stem.conv",
|
| 26 |
"classifier": "head.fc",
|