caogang/wgan-gp

about wgan-gp

Opened this issue · 2 comments

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
_20181216165115
_20181216165121

I've been having the same trouble, either. Have you ever work it out?