junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

value of lambda_identity not to change the color #1654

Open rnqm opened 4 months ago

rnqm commented 4 months ago

1.I'm using cyclegan to do the denoising task. I find the color has changed a little. I hope the color not to change. Is it feasible to increase the value of lambda_identity? What's the appropriate value? 2.Also I wonder why loss_G_A and loss_G_B don't multiply lambda_A and lambda_B, but loss_cycle_A and loss_cycle_B multiply them with default 10? Looking forward to reply. Thank you very much!