File size: 261 Bytes
32b542e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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