Spaces:
Running
Running
File size: 312 Bytes
9bf4bd7 |
1 2 3 4 5 6 7 8 9 10 |
# Copyright (c) OpenMMLab. All rights reserved.
from .abi_module_loss import ABIModuleLoss
from .base import BaseTextRecogModuleLoss
from .ce_module_loss import CEModuleLoss
from .ctc_module_loss import CTCModuleLoss
__all__ = [
'BaseTextRecogModuleLoss', 'CEModuleLoss', 'CTCModuleLoss', 'ABIModuleLoss'
]
|