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

How the weights of different loss functions affect performance of the network in GAN based SISR? #245

Open
KhushbooChauddhary opened this issue Jun 30, 2022 · 1 comment

Comments

@KhushbooChauddhary
Copy link

Total perceptual loss in SRGAN paper is weighted sum of content loss and adversarial loss.

Total loss = Content loss + (10^(-3)) Adversarial loss Please tell why 10^(-3) is used? what is its impact on performance if some other value is used ?? or does it affects number of iterations for training of network ?

@hanjr92
Copy link
Member

hanjr92 commented Jul 5, 2022

20190501173641590
sorry too late to reply you. In paper, we can find the total loss = content loss + (10^(-3)) Adversarial loss. @KhushbooChauddhary . I think this value is a hyperparameter related to the dataset. You need to debug on different datasets.

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