vit_base_patch32_384_imagenet / image_converter.json
Divyasreepat's picture
Upload folder using huggingface_hub
e397f70 verified
{
"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": [
384,
384
],
"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"
}