Instructions to use keras-io/conv-autoencoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use keras-io/conv-autoencoder with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("keras-io/conv-autoencoder") - Notebooks
- Google Colab
- Kaggle
Add model
Browse files- README.md +3 -3
- keras_metadata.pb +3 -0
- saved_model.pb +3 -0
- variables/variables.data-00000-of-00001 +0 -0
- variables/variables.index +0 -0
README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
keras_metadata.pb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46f86072880fff1586281d1b0110c13f047cf3a018ebe6d3210a1191526a0e69
|
| 3 |
+
size 19699
|
saved_model.pb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:303a2dc2f37d24b2070464c402635bb827b0c3ac2f4f0d43dc6f5c3644ea99fe
|
| 3 |
+
size 153380
|
variables/variables.data-00000-of-00001
ADDED
|
Binary file (118 kB). View file
|
|
|
variables/variables.index
ADDED
|
Binary file (905 Bytes). View file
|
|
|