Nexdata/Occluded_and_Multi-pose_Face_Recognition_Data
Viewer • Updated • 1 • 55 • 1
How to use Sharbie/face_recognition_EmoAI with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://Sharbie/face_recognition_EmoAI")
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Sharbie/face_recognition_EmoAI")