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

About the loss #13

Open
SongYxing opened this issue May 9, 2022 · 9 comments
Open

About the loss #13

SongYxing opened this issue May 9, 2022 · 9 comments

Comments

@SongYxing
Copy link

I want to know what l_d_fake and l_d_real mean, l_g_gan is the sum of discriminator and generator? And what the 'd' and 'g' in l_d_fake and l_g_pix_s stand for?

@IanYeung
Copy link
Owner

IanYeung commented May 10, 2022

I want to know what l_d_fake and l_d_real mean, l_g_gan is the sum of discriminator and generator? And what the 'd' and 'g' in l_d_fake and l_g_pix_s stand for?

l_d_fake and l_d_real are losses for the discriminator. d means discriminator and g means generator.

@SongYxing
Copy link
Author

real is GT , fake is Y_predict?

@IanYeung
Copy link
Owner

real is GT , fake is Y_predict?

Yes.

@SongYxing
Copy link
Author

I used your dataset to train on train_EDVR-GAN_woTSA_RealVSR_YCbCr_Split, and found that psnr_avg has been gradually decreasing, and finally dropped to 25.44. Shouldn't psnr be on the rise?

@IanYeung
Copy link
Owner

I used your dataset to train on train_EDVR-GAN_woTSA_RealVSR_YCbCr_Split, and found that psnr_avg has been gradually decreasing, and finally dropped to 25.44. Shouldn't psnr be on the rise?

If you use GAN in training, the psnr will decrease.

@SongYxing
Copy link
Author

Could u tell me why?

@IanYeung
Copy link
Owner

Could u tell me why?

GAN training is usually for visual quality but not for objective measures like psnr and ssim.

@SongYxing
Copy link
Author

if 'g' is generator,what is l_g_gan? Doesn't gan mean GAN?

@IanYeung
Copy link
Owner

if 'g' is generator,what is l_g_gan? Doesn't gan mean GAN?

Yes it is the GAN loss for generator.

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

2 participants