wgan-gp
wgan-gp copied to clipboard
about wgan-gp
i rewrite caogang/wgangp code to generate 512*512 images , i add 2-3 conv2d layers in Dnet and Gnet, but when i run that code ,the loss explode to 30000000, and after i train the model 50k epochs with just one photo, the generated photo is still not good.so i want to know is the model or my learning rate(1e-4) cause this condition
@caogang
I've been having the same trouble, either. Have you ever work it out?