mmpretrain/mmcls/models/losses
Yusuke Minami e694269c59
[Enhance] Support single-label, softmax, custom eps by asymmetric loss (#609)
Co-authored-by: Minyus <Minyus@users.noreply.github.com>
2022-01-21 11:35:14 +08:00
..
__init__.py [Feature] Add seesaw loss. (#500) 2021-10-27 10:11:59 +08:00
accuracy.py [Fix] Fix cal_acc bug caused by the return type of accuracy. 2021-12-14 16:21:25 +08:00
asymmetric_loss.py [Enhance] Support single-label, softmax, custom eps by asymmetric loss (#609) 2022-01-21 11:35:14 +08:00
cross_entropy_loss.py [Feature] Support positive weights in BCE. (#516) 2021-11-10 17:14:12 +08:00
focal_loss.py [Enhance] Focal loss for single label tasks (#548) 2021-11-26 12:36:49 +08:00
label_smooth_loss.py [Docs] Add code-spell pre-commit hook and fix a large mount of typos. (#470) 2021-10-13 14:33:07 +08:00
seesaw_loss.py [Feature] Add seesaw loss. (#500) 2021-10-27 10:11:59 +08:00
utils.py [Docs] Add code-spell pre-commit hook and fix a large mount of typos. (#470) 2021-10-13 14:33:07 +08:00