Hi @zylo117, thanks for the great work. However, I have a small question regarding your FocalLoss implementation.
Inferred from your loss.py , I see that you are training with gamma = 2.0. Yet, you set the default gamm in train.py to 1.5 (which is the same as in the paper). So I am wondering which was the value you used when training your models.
Hi @zylo117, thanks for the great work. However, I have a small question regarding your FocalLoss implementation.
Inferred from your loss.py , I see that you are training with gamma = 2.0. Yet, you set the default gamm in train.py to 1.5 (which is the same as in the paper). So I am wondering which was the value you used when training your models.