Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I generate bigger than 64x64 with this source? #1

Open
bemoregt opened this issue Sep 21, 2018 · 1 comment
Open

How can I generate bigger than 64x64 with this source? #1

bemoregt opened this issue Sep 21, 2018 · 1 comment

Comments

@bemoregt
Copy link

Hi, @niffler92

How can I generate bigger than 64x64 with this source?

I want to generate a size of 128x128 or above sized image.

If Spectral Norm is good for safe training of GAN, I think that bigger sized generation is also possible..., Right?

Thanks in advance~
from @bemoregt.

@niffler92
Copy link
Owner

Of course but you'll need a bigger discriminator and a generator for that. Currently the outputs are 32x32 since we use CIFAR10 for training this GAN. I recommend you to look up about various GAN structures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants