How to use from the
Use from the
Keras library
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"

import keras

model = keras.saving.load_model("hf://Synaptics/MobileNetV2")

MobileNetV2

This model - MobileNetV2 is generated from tf.keras.applications using tf_model_generator.py. The dataset for int8 quantization is done using random data.

Available formats: int16, int8, float32, float16

The kaggle.tflite model is the original quantized model published by Google. This model uses v1 tflite quantization.

Downloads last month
90,452
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Synaptics/MobileNetV2

Finetunes
2 models

Collection including Synaptics/MobileNetV2