File size: 482 Bytes
5e8cbab
51c5a0b
4482434
 
8da4491
51c5a0b
4482434
 
 
 
51c5a0b
 
8da4491
51c5a0b
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{"model_type":"mobilenet_v2",
    "model_key": "mobilemodel",
    "description": "My MobileNet-V2 model trained on my dataset",
    "framework": "tensorflow",
    "model": {
        "path": "mobilemodel",
        "class": "TFMobileNetV2",
        "config": {
            "input_shape": [128, 128, 3],
            "weights": "imagenet",
            "classes": 2
        }
    },
    "preprocessing": {
        "name": "tf_mobilenet_v2",
        "input_shape": [128, 128, 3]
    }
}