vit_base_patch16_224_imagenet / preprocessor.json
Divyasreepat's picture
Upload folder using huggingface_hub
43d8e8e verified
{
"module": "keras_hub.src.models.vit.vit_image_classifier_preprocessor",
"class_name": "ViTImageClassifierPreprocessor",
"config": {
"name": "vi_t_image_classifier_preprocessor",
"trainable": true,
"dtype": {
"module": "keras",
"class_name": "DTypePolicy",
"config": {
"name": "float32"
},
"registered_name": null
},
"image_converter": {
"module": "keras_hub.src.models.vit.vit_image_converter",
"class_name": "ViTImageConverter",
"config": {
"name": "vi_t_image_converter",
"trainable": true,
"dtype": {
"module": "keras",
"class_name": "DTypePolicy",
"config": {
"name": "float32"
},
"registered_name": null
},
"image_size": [
224,
224
],
"scale": [
0.00784313725490196,
0.00784313725490196,
0.00784313725490196
],
"offset": [
-1.0,
-1.0,
-1.0
],
"interpolation": "bilinear",
"antialias": false,
"crop_to_aspect_ratio": true,
"pad_to_aspect_ratio": false,
"bounding_box_format": "yxyx"
},
"registered_name": "keras_hub>ViTImageConverter"
},
"config_file": "preprocessor.json"
},
"registered_name": "keras_hub>ViTImageClassifierPreprocessor"
}