Fan(帆) Yang(杨)
Results
2
comments of
Fan(帆) Yang(杨)
Same issue.
Cannot reproduce the reported accuracy. Also, the following code looks weird to me. `max_c = tf.cast(tf.argmax(Y_c, axis=1), tf.float32)` `c_loss_dis = tf.reduce_mean(max_c * tf.nn.softmax_cross_entropy_with_logits(logits=D_cla_logits, labels=tf.ones_like(D_cla)))` I changed the code to `max_c...