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
The paper [Making deep neural networks robust to label noise: A loss correction approach] points out to estimate the noise transfer matrix T, and then retain the network. Why can the loss function be simplified by pred = torch.clamp(pred.softmax(-1), min = eps, max = 1-eps)?
thanks.
The text was updated successfully, but these errors were encountered:
The paper [Making deep neural networks robust to label noise: A loss correction approach] points out to estimate the noise transfer matrix T, and then retain the network. Why can the loss function be simplified by pred = torch.clamp(pred.softmax(-1), min = eps, max = 1-eps)?
thanks.
The text was updated successfully, but these errors were encountered: