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 saw that there is code for focal loss and hyper-parameter 'g'. I tried with g=1.5 but the results were not good compared to what i get without focal loss.
Did you do experimentation with focal loss ? If yes what was the conclusion ?
loss.py
g = h['fl_gamma'] # focal loss gamma
if g > 0:
BCEcls, BCEobj = FocalLoss(BCEcls, g), FocalLoss(BCEobj, g)
The text was updated successfully, but these errors were encountered:
I saw that there is code for focal loss and hyper-parameter 'g'. I tried with g=1.5 but the results were not good compared to what i get without focal loss.
Did you do experimentation with focal loss ? If yes what was the conclusion ?
loss.py
The text was updated successfully, but these errors were encountered: