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