Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions progressive/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Progressive Growing of GANs
An implementation of [_Karras et al., "Progressive Growing of GANs for Improved Quality, Stability, and Variation", 2017_](https://arxiv.org/abs/1710.10196) using Chainer.

## Dependencies

The code for progressive GAN depends on more recent version of `chainer` and `cupy`.
Specifically, the code was tested to work with the following versions:

chainer == 4.0.0b2

cupy == 4.0.0b2

To install these versions as of 2018.01, you need to install from source. Links to installation instructions: [cupy](https://docs-cupy.chainer.org/en/stable/install.html#install-cupy-from-source), [chainer](https://docs.chainer.org/en/stable/install.html#install-chainer-from-source). For both packages install the most recent version from github.

Results
-------
CIFAR10 (inception score: 8.5)
Expand Down