Upload config.json with huggingface_hub
Browse files- 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 |
+
}
|