Add model
Browse files- config.json +7 -7
config.json
CHANGED
|
@@ -12,17 +12,17 @@
|
|
| 12 |
],
|
| 13 |
"fixed_input_size": true,
|
| 14 |
"interpolation": "bicubic",
|
| 15 |
-
"crop_pct": 0.
|
| 16 |
"crop_mode": "center",
|
| 17 |
"mean": [
|
| 18 |
-
0.
|
| 19 |
-
0.
|
| 20 |
-
0.
|
| 21 |
],
|
| 22 |
"std": [
|
| 23 |
-
0.
|
| 24 |
-
0.
|
| 25 |
-
0.
|
| 26 |
],
|
| 27 |
"num_classes": 1000,
|
| 28 |
"pool_size": null,
|
|
|
|
| 12 |
],
|
| 13 |
"fixed_input_size": true,
|
| 14 |
"interpolation": "bicubic",
|
| 15 |
+
"crop_pct": 0.875,
|
| 16 |
"crop_mode": "center",
|
| 17 |
"mean": [
|
| 18 |
+
0.485,
|
| 19 |
+
0.456,
|
| 20 |
+
0.406
|
| 21 |
],
|
| 22 |
"std": [
|
| 23 |
+
0.229,
|
| 24 |
+
0.224,
|
| 25 |
+
0.225
|
| 26 |
],
|
| 27 |
"num_classes": 1000,
|
| 28 |
"pool_size": null,
|