Instructions to use keras/dinov2_with_registers_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasHub
How to use keras/dinov2_with_registers_base with KerasHub:
import keras_hub # Create a Backbone model unspecialized for any task backbone = keras_hub.models.Backbone.from_preset("hf://keras/dinov2_with_registers_base") - Keras
How to use keras/dinov2_with_registers_base 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/dinov2_with_registers_base") - Notebooks
- Google Colab
- Kaggle
| { | |
| "keras_version": "3.8.0", | |
| "keras_hub_version": "0.22.0.dev0", | |
| "parameter_count": 87635712, | |
| "date_saved": "2025-07-18@20:16:55", | |
| "tasks": [] | |
| } |