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

Losses explanation #39

Closed
ghost opened this issue Jun 22, 2018 · 1 comment
Closed

Losses explanation #39

ghost opened this issue Jun 22, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 22, 2018

Could someone provide e briefly explanation of the different losses implemented?
In particular:
'G_GAN', 'G_GAN_Feat', 'G_VGG', 'D_real', 'D_fake'

Thanks

@tcwang0509
Copy link
Contributor

Losses starting with 'G' are generator losses, while losses starting with 'D' are discriminator losses.
'G_GAN': generator GAN loss
'G_GAN_Feat': feature matching loss in discriminator layers
'G_VGG': feature matching loss in VGG layers
'D_real': discriminator loss on real images
'D_fake': discriminator loss on fake images

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