About problem with generating image size
lixingbao opened this issue · 6 comments
lixingbao commented
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!
LynnHo commented
@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 commented
@lixingbao Yes.
LynnHo commented
@lixingbao I haven't used PGGAN before.