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

gan-loss #32

Open
liangzifei opened this issue Apr 25, 2020 · 4 comments
Open

gan-loss #32

liangzifei opened this issue Apr 25, 2020 · 4 comments

Comments

@liangzifei
Copy link

Dear,
I saw three values in printing gan-loss:
[0.020138385, 0.018311221, 1.8271642]

Could you please tell me what loss they are represented ?

Best

@BassantTolba1234
Copy link

please , did you get the answer ?

@liangzifei
Copy link
Author

The first is the sum loss A+0.001*B, second is generate loss, third is discriminator loss.

@BassantTolba1234
Copy link

Please all,
I need the code of implementation this part
the part is

{The SRResNet networks
were trained with a learning rate of 10−4 and 106 update
iterations. We employed the trained MSE-based SRResNet
network as initialization for the generator when training
the actual GAN to avoid undesired local optima.{

@neilthefrobot
Copy link

The first loss returned from train_on_batch when there are multiple losses is always a sum of all the losses.
The next number is the VGG perceptual loss (how close the output is to the target output in VGG space)
The last number is the GAN loss (how well the generated images are fooling the discriminator)

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

3 participants