3D-RecGAN icon indicating copy to clipboard operation
3D-RecGAN copied to clipboard

The discriminator loss

Open yzp12 opened this issue 8 years ago • 1 comments

Hi! Thank you for sharing the code! I notice in the paper the output of the discriminator is a vector. I am wondering if the loss of the discriminator is the different between two sum of the output vector(one for real and one for fake)? Thanks!

yzp12 avatar Sep 14 '17 22:09 yzp12

@yzp12 Yes, the output of the discriminator is a vector instead of a single scalar. Mean value of that vector is the loss. For a real reconstruction pair, the mean value is optimized to be "1", otherwise, the mean value is pushed to "0".

Yang7879 avatar Sep 16 '17 23:09 Yang7879