Skip to content

Commit

Permalink
Added Cycle-GAN notebook (#500)
Browse files Browse the repository at this point in the history
* [WIP] Added Cycle-GAN notebook

* Updated cycle gan notebook
- added tb image
- inference on test images
  • Loading branch information
vfdev-5 authored May 2, 2019
1 parent 39830ec commit 2a2eb1e
Show file tree
Hide file tree
Showing 3 changed files with 4,600 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Notebooks:

- `Text Classification using Convolutional Neural Networks <https://github.com/pytorch/ignite/blob/master/examples/notebooks/TextCNN.ipynb>`_
- `Variational Auto Encoders <https://github.com/pytorch/ignite/blob/master/examples/notebooks/VAE.ipynb>`_
- `Training Cycle-GAN on Horses to Zebras <https://github.com/pytorch/ignite/blob/master/examples/notebooks/CycleGAN.ipynb>`_
4,599 changes: 4,599 additions & 0 deletions examples/notebooks/CycleGAN.ipynb

Large diffs are not rendered by default.

Binary file added examples/notebooks/assets/tb_cyclegan_images.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a2eb1e

Please sign in to comment.