pix2pixHD icon indicating copy to clipboard operation
pix2pixHD copied to clipboard

D is much stronger than G when training VOC2012 causing gradient vanishing

Open syfbme opened this issue 3 years ago • 1 comments

I have to set D's learning rate be 1/10 of G. I wonder if anyone meet my issue. In my training, the D convergences early after 2 or 3 epoches

In official code, the losses are added without multiple a lambda number. In my training result, the images are too blur. Do i need to add a big lambda on GAN Loss?

syfbme avatar Mar 04 '21 02:03 syfbme

I think you can modify line 109 in pix2pixHD_model.py.

WayneCho avatar Mar 25 '21 07:03 WayneCho