Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAE increasing when training! #74

Open
DISAPPEARED13 opened this issue Nov 16, 2022 · 0 comments
Open

MAE increasing when training! #74

DISAPPEARED13 opened this issue Nov 16, 2022 · 0 comments

Comments

@DISAPPEARED13
Copy link

Hi, there. I am training a GAN for style transfer, based on UNet, input a Domain-A image and predict a Domain-B image.
But I have met a question, after I checked my codes and made sure not any bugs in it. And I found that, the loss is to calculate with the input and the prediction, is L1loss()

But the loss is decreasing while the MAE(mean absolute error) is increasing, which means the prediction is going worse. And PSNR, SSIM is going worse, too.
I have no idea, is it mode collapse?

Thanks alot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant