junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
23.09k stars 6.32k forks source link

Want to understand the loss #1458

Open yicheng6o6 opened 2 years ago

yicheng6o6 commented 2 years ago

Hi, Thank you for the awesome work.

I have read the issues about blurred outputs like: 1 and 2.

May i have your explanations why increase the weight of identity loss and cycle-consistenty loss can improve the problem? Thank you!