Upload best_rust_resnet50_model.keras 256656a 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")