from .build import build_losses from .label_smoothing import LabelSmoothingCrossEntropy from .soft_target_cross_entropy import SoftTargetCrossEntropy from .cross_entropy import CrossEntropy from .accuracy import Accuracy from .bce_logitis import BCEWithLogits