Instructions to use mkiani/keras-python3.9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use mkiani/keras-python3.9 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://mkiani/keras-python3.9") - Notebooks
- Google Colab
- Kaggle
Upload unsafe_model.h5 with huggingface_hub
Browse files- unsafe_model.h5 +3 -0
unsafe_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a640516ceb58cb03f9303711d7da988a50cf313395642d1f85abb1bf62d75406
|
| 3 |
+
size 425040
|