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
Hello, I found you use pt = torch.exp(logpt) to calculate probability, but which sample's probability is represented by pt. I think pt represents the probability of a sample, not the whole dataset.
The text was updated successfully, but these errors were encountered:
Hello, I found you use
pt = torch.exp(logpt)
to calculate probability, but which sample's probability is represented bypt
. I thinkpt
represents the probability of a sample, not the whole dataset.The text was updated successfully, but these errors were encountered: