2021-09-02 08:46:40 +08:00
|
|
|
from .asymmetric_loss import AsymmetricLossMultiLabel, AsymmetricLossSingleLabel
|
2021-09-24 06:45:39 +08:00
|
|
|
from .binary_cross_entropy import BinaryCrossEntropy
|
2019-06-20 07:08:58 +08:00
|
|
|
from .cross_entropy import LabelSmoothingCrossEntropy, SoftTargetCrossEntropy
|
2020-10-16 22:12:28 +08:00
|
|
|
from .jsd import JsdCrossEntropy
|