Instructions to use funlab/DeepLoop-CPGZ-LoopDenoise with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use funlab/DeepLoop-CPGZ-LoopDenoise with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://funlab/DeepLoop-CPGZ-LoopDenoise") - Notebooks
- Google Colab
- Kaggle
Push Keras model using huggingface_hub.
Browse files- fingerprint.pb +2 -2
- saved_model.pb +2 -2
fingerprint.pb
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:b81a1e4ca72592bfa45fd1a4462bf13cfdb18957b9f7e50979c01b71e3c04e1c
|
| 3 |
+
size 57
|
saved_model.pb
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:8b8f8ee986c6f011ca598e3be43c8030bef3a88e62d17c9cde44815b93c3fc0d
|
| 3 |
+
size 134703
|