You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 ofmean, variance = tf.nn.moments(uniform_dis, axes=0) mean = mean * math.pow(p * 100, 2)
The text was updated successfully, but these errors were encountered: