PU-GAN icon indicating copy to clipboard operation
PU-GAN copied to clipboard

About a simplified and faster get_uniform_loss function

Open cnjanus opened this issue 3 years ago • 0 comments

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)

cnjanus avatar Jan 09 '22 03:01 cnjanus