File size: 151 Bytes
2366e36
 
 
 
 
1
2
3
4
5
6
# Copyright (c) OpenMMLab. All rights reserved.
from .dice_loss import DiceLoss
from .focal_loss import FocalLoss

__all__ = ['DiceLoss', 'FocalLoss']