blip2_opt_6.7b / image_converter.json
laxmareddyp's picture
Upload folder using huggingface_hub
3cfaa1f verified
Raw
History Blame Contribute Delete
713 Bytes
{
"module": "keras_hub.src.models.blip2.blip2_image_converter",
"class_name": "BLIP2ImageConverter",
"config": {
"name": "blip2_image_converter",
"trainable": true,
"dtype": {
"module": "keras",
"class_name": "DTypePolicy",
"config": {
"name": "float32"
},
"registered_name": null
},
"image_size": [
224,
224
],
"interpolation": "bicubic",
"antialias": true,
"crop_to_aspect_ratio": false,
"pad_to_aspect_ratio": false,
"bounding_box_format": "yxyx"
},
"registered_name": "keras_hub>BLIP2ImageConverter"
}