Instructions to use hacnho/keras-equalization-trigger-poc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use hacnho/keras-equalization-trigger-poc with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://hacnho/keras-equalization-trigger-poc") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ Files:
|
|
| 19 |
|
| 20 |
Tested with `keras==3.15.0` and `tensorflow-cpu==2.19.0`.
|
| 21 |
|
| 22 |
-
Trigger: a
|
| 23 |
|
| 24 |
Run:
|
| 25 |
|
|
|
|
| 19 |
|
| 20 |
Tested with `keras==3.15.0` and `tensorflow-cpu==2.19.0`.
|
| 21 |
|
| 22 |
+
Trigger: a 4x4 sparse checkerboard at `image[::2, ::2]`.
|
| 23 |
|
| 24 |
Run:
|
| 25 |
|