Multimodal-CoT / timm /loss /__init__.py
cooelf's picture
update
a6dac9a
raw
history blame
191 Bytes
from .cross_entropy import LabelSmoothingCrossEntropy, SoftTargetCrossEntropy
from .jsd import JsdCrossEntropy
from .asymmetric_loss import AsymmetricLossMultiLabel, AsymmetricLossSingleLabel