tomofi's picture
Add application file
2366e36
raw
history blame
No virus
151 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .dice_loss import DiceLoss
from .focal_loss import FocalLoss
__all__ = ['DiceLoss', 'FocalLoss']