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
$\alpha_t$ in the focal loss is predefined in the ‘weight’ of torch.nn.CrossEntropyLoss. So I think the 'alpha' in the ./utils/loss/FocalLoss doesn't need to be added again. Did I get it wrong?