Image Classification
KerasHub
File size: 819 Bytes
658efbd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "module": "keras_hub.src.models.vgg.vgg_image_classifier",
    "class_name": "VGGImageConverter",
    "config": {
        "name": "vgg_image_converter",
        "trainable": true,
        "dtype": {
            "module": "keras",
            "class_name": "DTypePolicy",
            "config": {
                "name": "float32"
            },
            "registered_name": null
        },
        "image_size": null,
        "scale": [
            0.017124753831663668,
            0.01750700280112045,
            0.017429193899782133
        ],
        "offset": [
            -2.1179039301310043,
            -2.0357142857142856,
            -1.8044444444444445
        ],
        "interpolation": "bilinear",
        "crop_to_aspect_ratio": true
    },
    "registered_name": "keras_hub>VGGImageConverter"
}