Instructions to use keras-io/CycleGAN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use keras-io/CycleGAN 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/CycleGAN") - Notebooks
- Google Colab
- Kaggle
Commit ·
4196a07
1
Parent(s): 4657882
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ license:
|
|
| 7 |
- cc0-1.0
|
| 8 |
---
|
| 9 |
|
| 10 |
-
## Keras Implementation of CycleGAN model using [Horse to Zebra dataset](https://www.tensorflow.org/datasets/catalog/cycle_gan#cycle_ganhorse2zebra)
|
| 11 |
|
| 12 |
This repo contains the model and the notebook [to this Keras example on CycleGAN](https://keras.io/examples/generative/cyclegan/).
|
| 13 |
|
|
|
|
| 7 |
- cc0-1.0
|
| 8 |
---
|
| 9 |
|
| 10 |
+
## Keras Implementation of CycleGAN model using [Horse to Zebra dataset](https://www.tensorflow.org/datasets/catalog/cycle_gan#cycle_ganhorse2zebra) 🐴 -> 🦓
|
| 11 |
|
| 12 |
This repo contains the model and the notebook [to this Keras example on CycleGAN](https://keras.io/examples/generative/cyclegan/).
|
| 13 |
|