LynnHo/DCGAN-LSGAN-WGAN-GP-DRAGAN-Tensorflow-2

About problem with generating image size

lixingbao opened this issue · 6 comments

Hello,can your code only generate 64×64 images? Can I generate an image of the specified size? For example: 256 × 256, if you can, what parameters need to be modified?thank you!

@lixingbao The architectures of this code are not suitable for 256 images, I think you should use methods for high-resolution image generation such as PGGAN and StyleGAN.

@LynnHo you mean that Can't this code generate 256×256 images?thanks!

@LynnHo Thank you very much,Have you used PGGAN?

@lixingbao I haven't used PGGAN before.

@LynnHo ok, thank you very much!