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

Adversarial Loss not trained against stagnant partner?

Open yhu9 opened this issue 6 years ago • 1 comments

I was under the impression that the optimizer and the generator should be training against stagnant counterparts but the step function on the generators are called before the gradients are calculated for the discriminator. Is this standard practice?

yhu9 avatar Feb 19 '19 21:02 yhu9

For e.g. DCGAN or pix2pix people usually start with discriminator training with detached generated fakes and then optimize Generator. Not sure why it is the other way round here. Dont know if that helps :sweat_smile: ...

FloCF avatar Mar 29 '19 13:03 FloCF