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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Did you set MAX_ITR = 100 in PGGAN and got the result in readme?

moneyml opened this issue · comments

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?

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