Instructions to use sharktide/TornadoNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
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") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- TornadoNet.h5 +3 -0
- TornadoNet.onnx +3 -0
TornadoNet.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60ca014c6cfbebc07b7f5a7222c23d5f7693ff4b53e34bca9be842819485d7f8
|
| 3 |
+
size 88440
|
TornadoNet.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfeb9e8d9e04fd7f8db296d6e10f7c945848b602c190213be646138de682502d
|
| 3 |
+
size 20453
|