pytorch-image-models/timm/loss/__init__.py

5 lines
250 B
Python
Raw Normal View History

from .asymmetric_loss import AsymmetricLossMultiLabel, AsymmetricLossSingleLabel
from .binary_cross_entropy import DenseBinaryCrossEntropy
from .cross_entropy import LabelSmoothingCrossEntropy, SoftTargetCrossEntropy
2020-10-16 22:12:28 +08:00
from .jsd import JsdCrossEntropy