Create config.json
Browse files- config.json +8 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"MobileNetV2"
|
4 |
+
],
|
5 |
+
"input_shape": [224, 224, 3],
|
6 |
+
"num_classes": 4,
|
7 |
+
"name": "mobilenet_v2"
|
8 |
+
}
|