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.
Hello, I found you use
pt = torch.exp(logpt)to calculate probability, but which sample's probability is represented bypt. I thinkptrepresents the probability of a sample, not the whole dataset.