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