Skip to content

Dimension of discriminator output in pix2pixBEGAN.py #3

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

Open
alliecc opened this issue Nov 14, 2017 · 1 comment
Open

Dimension of discriminator output in pix2pixBEGAN.py #3

alliecc opened this issue Nov 14, 2017 · 1 comment

Comments

@alliecc
Copy link

alliecc commented Nov 14, 2017

Hello,

Thanks for sharing codes. I was just wondering why you don't make BEGAN discriminator condition on input?

@taey16
Copy link
Owner

taey16 commented Nov 22, 2017

@alliecc ,
I thought that
BEGAN discriminator is an auto-encoder so that input images should be targets with mean-squared error (MSE) loss function. Conditioning input (as did in pix2pix paper) isn't make sense because BEGAN discriminator is not a classifier but an auto-encoder.

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