no "alpha" in focal_loss_softmax
Opened this issue · 1 comments
DRosemei commented
Dose "alpha' make no contribution to multi_class classification?
fudannlp16 commented
The 'alpha' amount to the classes weights. For multi-classification, you should set up it by yourself. (default 1.0). I have removed this parameter.