You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
coincheung 99e04f64fb fix pfc gradient accumulation method 1 year ago
..
__init__.py add ciou/diou with 1/(h^2+w^2) replaced by 1, and refine giou 1 year ago
affinity_loss.py add a modified affinity loss 3 years ago
amsoftmax.py a bit refactor 3 years ago
conv_ops.py add dy-conv2d and coord-conv2d 3 years ago
dice_loss.py a bit refactoring 3 years ago
dual_focal_loss.py a bit refactoring 3 years ago
ema.py a bit refactoring 3 years ago
focal_loss.py make focal loss suitable for regression task like bce 2 years ago
focal_loss_old.py modify focal loss to make usage same as nn.BCEWithLogitsLoss 2 years ago
frelu.py add frelu 3 years ago
group_loss.py implement group loss 2 years ago
hswish.py fix import problem 3 years ago
info_nce_dist.py fix dependencies, and modify division_floor 2 years ago
iou_loss.py add ciou/diou with 1/(h^2+w^2) replaced by 1, and refine giou 1 year ago
label_smooth.py add a bit comment 3 years ago
large_margin_softmax.py add a bit comment 3 years ago
layer_norm.py add layer norm, personal usage, will not add to readme 2 years ago
lovasz_softmax.py a bit adjust 3 years ago
mish.py a bit refactoring 3 years ago
ohem_loss.py a bit fix 3 years ago
one_hot.py add a modified affinity loss 3 years ago
partial_fc_amsoftmax.py fix pfc gradient accumulation method 1 year ago
pc_softmax.py a bit refactoring 3 years ago
soft_dice_loss.py fix lsr problem when sample size is very small 2 years ago
swish.py a bit fix of one hot 3 years ago
taylor_softmax.py update taylor softmax cross entropyp 2 years ago
test.py fix lsr problem when sample size is very small 2 years ago
triplet_loss.py a bit refactoring 3 years ago