DeepVision99 commited on
Commit
74f6d26
·
verified ·
1 Parent(s): c718248

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +13 -4
config.json CHANGED
@@ -1,12 +1,21 @@
1
  {
 
 
2
  "input_shape": [
3
  180,
4
  180,
5
  1
6
  ],
7
- "normalization": "rescale",
8
- "augmentation": {
9
- "horizontal_flip": true,
10
- "rotation_range": 15
 
 
 
 
 
 
 
11
  }
12
  }
 
1
  {
2
+ "model_type": "custom",
3
+ "num_labels": 7,
4
  "input_shape": [
5
  180,
6
  180,
7
  1
8
  ],
9
+ "preprocessing": {
10
+ "mean": [
11
+ 0.5118834,
12
+ 0.5118834,
13
+ 0.5118834
14
+ ],
15
+ "std": [
16
+ 0.25525132,
17
+ 0.25525132,
18
+ 0.25525132
19
+ ]
20
  }
21
  }