UnIVAL / criterions /__init__.py
mshukor
init
26fd00c
raw
history blame contribute delete
373 Bytes
from .label_smoothed_cross_entropy import AdjustLabelSmoothedCrossEntropyCriterion
from .clip_scst_loss import ClipScstRewardCriterion
from .label_smoothed_encouraging_loss import AdjustLabelSmoothedEncouragingLossCriterion
from .label_smoothed_cross_entropy_scst import AdjustLabelSmoothedCrossEntropySCSTCriterion
from .refcoco_scst_loss import RefCOCOScstRewardCriterion