Wonbin Kim

Results 1 comments of Wonbin Kim

I haven't run the code, but my guess is that the noise is wrong. in train_step ``` real_labels = tf.ones_like(real_predictions) real_noisy_labels = real_labels + 0.1 * tf.random.uniform( tf.shape(real_predictions)) # it...