PU-GAN
PU-GAN copied to clipboard
About a simplified and faster get_uniform_loss function
I'm sorry to bother you, but I really want to know how you simplified the get_uniform_loss
function.
I didn't see the imbalance
appeared in your paper and I want to know what the meaning of
mean, variance = tf.nn.moments(uniform_dis, axes=0) mean = mean * math.pow(p * 100, 2)