uoft-cs/cifar10
Viewer • Updated • 60k • 124k • 105
How to use kk20krishna/my-cifar10-model with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://kk20krishna/my-cifar10-model")