OFA-OCR / criterions /__init__.py
JustinLin610's picture
first commit
ee21b96
raw history blame
No virus
267 Bytes
from .scst_loss import ScstRewardCriterion
from .label_smoothed_cross_entropy import AdjustLabelSmoothedCrossEntropyCriterion
from .clip_scst_loss import ClipScstRewardCriterion
from .label_smoothed_encouraging_loss import AdjustLabelSmoothedEncouragingLossCriterion