herrius's picture
Upload 259 files
32b542e
raw
history blame contribute delete
261 Bytes
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