pix2pixBEGAN.pytorch icon indicating copy to clipboard operation
pix2pixBEGAN.pytorch copied to clipboard

Dimension of discriminator output in pix2pixBEGAN.py

Open alliecc opened this issue 7 years ago • 1 comments

Hello,

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

alliecc avatar Nov 14 '17 20:11 alliecc

@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.

taey16 avatar Nov 22 '17 03:11 taey16