Jamal44 commited on
Commit
c628d10
1 Parent(s): f27655e

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "alexnet",
3
+ "num_classes": 10,
4
+ "img_width": 224,
5
+ "img_height": 224,
6
+ "mean": [0.485, 0.456, 0.406],
7
+ "std": [0.229, 0.224, 0.225]
8
+ }