-
https://arxiv.org/abs/1710.10196
https://github.com/tkarras/progressive_growing_of_gans
-
# Progressive Growing of GANs for Improved Quality, Stability, and Variation #
- Author: Tero Karras, Timo Aila, Samuli Laine, Jaakko Lehtinen
- Origin: https://arxiv.org/abs/1710.10196
- Relate…
-
add models to compare the performance of our models
start by incorporating models from tf-gan [examples](https://github.com/tensorflow/gan/tree/master/tensorflow_gan/examples).
- [x] DCGAN: adde…
-
### Feature description
every time i have a face with open mouth i get teeth
first in the original face no teeth
build a face with open mouth and no teeth in your reactor
-> BUT in the final fac…
-
Hi
I was simply wondering if there was any particular reason to retain the knn interpolation from the original Progressive GAN code (implemented in the Upscale2d function https://github.com/faceboo…
-
Hi Dan,
Here is a link to a video about "Progressive Growing of GANs for Improved Quality, Stability, and Variation". I think it captures the amazing things you can do with neural networks.
[Demon…
-
### 論文へのリンク
[[arXiv:1906.01529] Generative Adversarial Networks in Computer Vision: A Survey and Taxonomy](https://arxiv.org/abs/1906.01529)
### 著者・所属機関
Zhengwei Wang, Qi She, Tomas E. Ward
…
-
I am not able to run training with progressive gan code.
After installing chainer from source according to instructions [here](https://docs.chainer.org/en/stable/install.html) and following the inst…
-
Hi, thanks for your efforts! I was wondering where I should change to adapt the current model to a generation for 256 resolution? Appreciate your reply in advance.
-
Hi! I'm new in GAN's field. I have a question about why to use "g_runing" and "accumulate" to do a weighted-average to generator's parameter during training? And why to use "g_runing" instead of train…