itshemantkmr/2D_Shape_Image_Datasets
Viewer • Updated • 20k • 20 • 2
How to use itshemantkmr/2D_Shape_Image_Classification with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://itshemantkmr/2D_Shape_Image_Classification")
Base model
google/mobilenet_v2_1.0_224
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://itshemantkmr/2D_Shape_Image_Classification")