from .cross_entropy_loss import CrossEntropyLoss from .focal_loss import FocalLoss from .smooth_l1_loss import SmoothL1Loss
from .iou_loss import IoULoss
__all__ = ['CrossEntropyLoss', 'FocalLoss', 'SmoothL1Loss', 'IoULoss']