Implementation of some different variants of GANs by tensorflow, Train the GAN in Google Cloud Colab, DCGAN, WGAN, WGAN-GP, LSGAN, SNGAN, RSGAN, RaSGAN, BEGAN, ACGAN, PGGAN, pix2pix, BigGAN
MIT License
227
stars
57
forks
source link
Did you set MAX_ITR = 100 in PGGAN and got the result in readme? #3
I tested PGGAN model, got a bunch of messy pictures. I wonder if the MAX_ITR is too small to generate a picturer, and which MAX_ITR did you set for the result?
I tested PGGAN model, got a bunch of messy pictures. I wonder if the MAX_ITR is too small to generate a picturer, and which MAX_ITR did you set for the result?