File size: 486 Bytes
139af0b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "architectures": [
        "CustomInceptionV3"
    ],
  "input_shape": [224, 224, 3],
  "weights": "imagenet",
  "include_top": false,
  "flatten": true,
  "dense_units": 3, 
  "activation": "softmax",
  "train_datagen_params": {
    "rescale": 0.00392156862,
    "shear_range": 0.2,
    "zoom_range": 0.2,
    "horizontal_flip": true
  },
  "test_datagen_params": {
    "rescale": 0.00392156862
  },
  "target_size": [224, 224],
  "batch_size": 32,
  "class_mode": "categorical"
}