MarleneJ commited on
Commit
883bd9b
·
verified ·
1 Parent(s): 6ffec8a

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }