rafzarf/ballscrew-vibration-data
Viewer • Updated • 712 • 19
How to use rafzarf/lstm-autoencoder-anomaly-detection-v1 with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://rafzarf/lstm-autoencoder-anomaly-detection-v1")