File size: 1,586 Bytes
69610d7 |
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
{
"module": "keras_hub.src.models.xception.xception_image_classifier_preprocessor",
"class_name": "XceptionImageClassifierPreprocessor",
"config": {
"name": "xception_image_classifier_preprocessor",
"trainable": true,
"dtype": {
"module": "keras",
"class_name": "DTypePolicy",
"config": {
"name": "float32"
},
"registered_name": null
},
"image_converter": {
"module": "keras_hub.src.layers.preprocessing.image_converter",
"class_name": "ImageConverter",
"config": {
"name": "image_converter",
"trainable": true,
"dtype": {
"module": "keras",
"class_name": "DTypePolicy",
"config": {
"name": "float32"
},
"registered_name": null
},
"image_size": [
299,
299
],
"scale": 0.00784313725490196,
"offset": -1.0,
"interpolation": "bilinear",
"antialias": false,
"crop_to_aspect_ratio": true,
"pad_to_aspect_ratio": false,
"bounding_box_format": "yxyx"
},
"registered_name": "keras_hub>ImageConverter"
},
"config_file": "preprocessor.json"
},
"registered_name": "keras_hub>XceptionImageClassifierPreprocessor"
} |