Daniel00611 commited on
Commit
b2ad10d
·
verified ·
1 Parent(s): 1666e6d

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "InceptionV3_72.keras",
3
+ "input_size": [
4
+ 3,
5
+ 299,
6
+ 299
7
+ ],
8
+ "num_classes": 72
9
+ }