Update config.json
Browse files- config.json +3 -6
config.json
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"img_height": 224,
|
6 |
-
"mean": [0.485, 0.456, 0.406],
|
7 |
-
"std": [0.229, 0.224, 0.225]
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": ["AlexNet"],
|
3 |
+
"class_name": "AlexNet",
|
4 |
+
"num_classes": 10
|
|
|
|
|
|
|
5 |
}
|