ClimateStrike AI
Collection
CliamateStrike AI: A High-Precision AI Framework for Early Detection of Natural Disasters • 14 items • Updated • 1
How to use sharktide/TornadoNet 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/TornadoNet")
This model requires the custom objects available in custom_objects.py