ethz/food101
Viewer • Updated • 101k • 29.2k • 134
How to use 5aket/foodia with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://5aket/foodia")