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()
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support