Instructions to use NoteDance/ViT-Keras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use NoteDance/ViT-Keras with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://NoteDance/ViT-Keras") - Notebooks
- Google Colab
- Kaggle
metadata
license: apache-2.0
library_name: keras
datasets:
- imagenet-1k
pipeline_tag: image-classification
tags:
- vit
- vision
The tutorial can be found https://github.com/NoteDance/models.