ClimateStrike AI
Collection
CliamateStrike AI: A High-Precision AI Framework for Early Detection of Natural Disasters • 14 items • Updated • 1
How to use sharktide/QuakeTrustNet with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://sharktide/QuakeTrustNet")
This model requires the custom objects available in custom_objects.py
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://sharktide/QuakeTrustNet")