jt
Results
1
issues of
jt
It makes me confused that which one is correct? As implemented in wgan.py, we have self.g_loss = tf.reduce_mean(self.d_) self.d_loss = tf.reduce_mean(self.d) - tf.reduce_mean(self.d_) however, according to the original paper of...