Closed semchan closed 3 years ago
Hi I have replied your email several days ago (you send me the same figure and the same question). Please try to remove or decrease the weight of the Discriminator loss when you use paired training data. Thanks.
Hi I have replied your email several days ago (you send me the same figure and the same question). Please try to remove or decrease the weight of the Discriminator loss when you use paired training data. Thanks.
Thanks for your quick reply. Sorry, I didn't receive the email (maybe system error^_^), so I'm asking here. OK, I will follow your suggestion to try. Thanks again.
Hi, according to your guidance, I removed GAN loss and only used pixel loss (MSE constraint), which looks good. Thank you very much.
I follow here to use your code to train PairedImageDataset on fivek . After 20000 iters, I check the training results and find the phenomenon of "over exposure" (as shown in the figure below, the right is the input, the middle is the prediction result, and the left is GT). All training super parameters are the default configuration in your code. Can you help to guide me on how to reduce the "over exposure"? thanks a lot.