1
0
mirror of https://github.com/huggingface/pytorch-image-models.git synced 2025-06-03 15:01:08 +08:00

3 lines
191 B
Python
Raw Normal View History

from .cross_entropy import LabelSmoothingCrossEntropy, SoftTargetCrossEntropy
2020-10-16 17:12:28 +03:00
from .jsd import JsdCrossEntropy
from .asymmetric_loss import AsymmetricLossMultiLabel, AsymmetricLossSingleLabel