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

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }