MingtaoGuo / DCGAN_WGAN_WGAN-GP_LSGAN_SNGAN_RSGAN_BEGAN_ACGAN_PGGAN_TensorFlow

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

Open moneyml opened 5 years ago

moneyml commented 5 years ago

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?

MingtaoGuo commented 5 years ago

Sorry for that mistake, you should set MAXITR as 10, 000.