github-pengge / PyTorch-progressive_growing_of_gans

PyTorch implementation of Progressive Growing of GANs for Improved Quality, Stability, and Variation.
580 stars 97 forks source link

latent_size != 512 fails #3

Open jcpeterson opened 6 years ago

jcpeterson commented 6 years ago

Any latent_size other than 512 throws an error

github-pengge commented 6 years ago

Changing latent_size is possible, if you also change fmap_max at the same time. Latent_size will be seen as channels at the input block of Generator. So they must match.

github-pengge commented 6 years ago

I had fixed it.

jcpeterson commented 6 years ago

Great. Looks like the change is needed for the BEGAN too

github-pengge commented 6 years ago

BEGAN did not work! I had change a lot of things, but still not working...