reload architects-all models 9d04e3e
ebylmz commited on
How to use ebylmz/architects-models with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://ebylmz/architects-models")