mmpretrain/mmcls/models/losses
whcao 8c5d86a388
[Fix] Fix `loss_weight` in `LabelSmoothLoss`. (#1058)
2022-09-28 08:18:12 +08:00
..
__init__.py [Refactor] Refactor dev scripts 2022-07-18 11:11:13 +08:00
asymmetric_loss.py [Refactor] Inherit all registries from MMEngine and use inherited registries. 2022-07-18 10:53:27 +08:00
cross_entropy_loss.py [Refactor] Inherit all registries from MMEngine and use inherited registries. 2022-07-18 10:53:27 +08:00
focal_loss.py [Refactor] Inherit all registries from MMEngine and use inherited registries. 2022-07-18 10:53:27 +08:00
label_smooth_loss.py [Fix] Fix `loss_weight` in `LabelSmoothLoss`. (#1058) 2022-09-28 08:18:12 +08:00
seesaw_loss.py Change "Default to" to "Defaults to" 2022-07-18 11:11:13 +08:00
utils.py [Enhance] Use PyTorch official `one_hot` to implement `convert_to_one_hot`. (#696) 2022-02-28 10:20:31 +08:00