Error in loss
ChristofferEdlund opened this issue · 0 comments
ChristofferEdlund commented
Lines 8 to 11 in b980f5e
real = real - tf.reduce_mean(fake)
fake = fake - tf.reduce_mean(real)
I presume that you want the original real variable and not the relativistic one when calculating fake?