PyTorch-progressive_growing_of_gans icon indicating copy to clipboard operation
PyTorch-progressive_growing_of_gans copied to clipboard

latent_size != 512 fails

Open jcpeterson opened this issue 6 years ago • 4 comments

Any latent_size other than 512 throws an error

jcpeterson avatar Nov 22 '17 08:11 jcpeterson

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 avatar Nov 22 '17 08:11 github-pengge

I had fixed it.

github-pengge avatar Nov 22 '17 08:11 github-pengge

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

jcpeterson avatar Nov 22 '17 19:11 jcpeterson

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

github-pengge avatar Nov 23 '17 13:11 github-pengge