lederyou commited on
Commit
663a2fa
·
verified ·
1 Parent(s): fd11612

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "efficientnet_b0",
3
+ "num_classes": 20,
4
+ "image_size": 224,
5
+ "normalize_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "normalize_std": [
11
+ 0.229,
12
+ 0.224,
13
+ 0.225
14
+ ]
15
+ }