Please check out my github repo: https://github.com/veb-101/keras-vision for more models
Quick Setup
Stable PyPi Package
pip install -U keras-vision
OR
Latest Git Updates
pip install git+https://github.com/veb-101/keras-vision.git
import os
os.environ["KERAS_BACKEND"] = "jax"
# os.environ["KERAS_BACKEND"] = "tensorflow"
# os.environ["KERAS_BACKEND"] = "torch"
from keras_vision.fastvit import fastvit_ma36
model = fastvit_ma36(
pretrained=True,
inference_mode=True,
load_kd_weights=True,
)
model.summary()
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The model has no library tag.