jays009 commited on
Commit
ec770b4
·
verified ·
1 Parent(s): be02981

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "efficientnet",
3
+ "name": "EfficientNetB0",
4
+ "framework": "tensorflow",
5
+ "num_classes": 3,
6
+ "input_shape": [
7
+ 224,
8
+ 224,
9
+ 3
10
+ ],
11
+ "model_version": "v1.0",
12
+ "description": "EfficientNetB0 model for wheat anomaly detection."
13
+ }