MMOCR / mmocr /models /ner /utils /__init__.py
nguyendu392's picture
Duplicate from tomofi/MMOCR
e198e1c
raw
history blame contribute delete
145 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .activations import GeluNew
from .bert import BertModel
__all__ = ['BertModel', 'GeluNew']