Create config.json
Browse files- config.json +8 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "alexnet",
|
3 |
+
"num_classes": 10,
|
4 |
+
"img_width": 224,
|
5 |
+
"img_height": 224,
|
6 |
+
"mean": [0.485, 0.456, 0.406],
|
7 |
+
"std": [0.229, 0.224, 0.225]
|
8 |
+
}
|