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

2 lines
110 B
Python

from .cross_entropy import LabelSmoothingCrossEntropy, SoftTargetCrossEntropy
from .jsd import JsdCrossEntropy