Upload rust_cnn_model.h5 820b4fc verified
Dang Khoa Le commited on
How to use khoaliamle/Rust_Detection with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://khoaliamle/Rust_Detection")