Instructions to use keras/siglip2_so400m_patch16_512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasHub
How to use keras/siglip2_so400m_patch16_512 with KerasHub:
import keras_hub # Create a Backbone model unspecialized for any task backbone = keras_hub.models.Backbone.from_preset("hf://keras/siglip2_so400m_patch16_512") - Keras
How to use keras/siglip2_so400m_patch16_512 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://keras/siglip2_so400m_patch16_512") - Notebooks
- Google Colab
- Kaggle
| { | |
| "module": "keras_hub.src.models.siglip.siglip_image_converter", | |
| "class_name": "SigLIPImageConverter", | |
| "config": { | |
| "name": "sig_lip_image_converter", | |
| "trainable": true, | |
| "dtype": { | |
| "module": "keras", | |
| "class_name": "DTypePolicy", | |
| "config": { | |
| "name": "float32" | |
| }, | |
| "registered_name": null | |
| }, | |
| "image_size": [ | |
| 512, | |
| 512 | |
| ], | |
| "scale": [ | |
| 0.00784313725490196, | |
| 0.00784313725490196, | |
| 0.00784313725490196 | |
| ], | |
| "offset": [ | |
| -1.0, | |
| -1.0, | |
| -1.0 | |
| ], | |
| "interpolation": "bicubic", | |
| "antialias": true, | |
| "crop_to_aspect_ratio": false, | |
| "pad_to_aspect_ratio": false, | |
| "bounding_box_format": "yxyx" | |
| }, | |
| "registered_name": "keras_hub>SigLIPImageConverter" | |
| } |