louwjac commited on
Commit
300699e
Β·
1 Parent(s): ecfbd36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -1,10 +1,25 @@
1
  ---
2
  title: CycleGAN Flax
3
  emoji: πŸ“š
4
- colorFrom: purple
5
  colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: CycleGAN Flax
3
  emoji: πŸ“š
4
+ colorFrom: green
5
  colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
+ # CycleGAN in Jax + Flax
11
+ This space showcases CycleGAN models that were trained on the horse2zebra and monet2photo TensorFlow datasets in Jax with Flax.
12
+ Please see the [Colab notebook](https://colab.research.google.com/github/louwjac/CycleGAN-Flax/blob/main/notebooks/inference.ipynb) for an example of how to instantiate the models and load the trained weights.
13
+ It includes a Gradio demo that you can use to make your own demo. The model weights are also available on Hugging Face at : [louwjac/CycleGAN-Flax](https://huggingface.co/louwjac/CycleGAN-Flax).
14
+
15
+ ### TensorBoard logs
16
+ The TensorBoard logs for the training runs can be viewed at the links below. The logged images are unfortunately not available due to file size constraints.
17
+ 1. [horse2zebra](https://tensorboard.dev/experiment/5tJZAfBLQkOJ66BUrBVBkQ/)
18
+ 2. [monet2photo](https://tensorboard.dev/experiment/GZZKiDoBTl6dsgsqRo7rZw/)
19
+
20
+
21
+ <a target="_blank" href="https://colab.research.google.com/github/louwjac/CycleGAN-Flax/blob/main/notebooks/inference.ipynb">
22
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" style='display:inline;'/>
23
+ </a>
24
+ <a href="https://github.com/louwjac/CycleGAN-Flax">
25
+ <img alt="Custom badge" src="https://img.shields.io/static/v1?style=flat&logo=github&logoColor=white&labelColor=black&label=&message=View%20on%20GitHub&color=white" style='display:inline;'>