"official/legacy/xlnet/run_pretrain.py" did not exist on "5981350ba33d6db9e7a41f20e73b6103a1a09827"
__init__.py 273 Bytes
Newer Older
dlyrm's avatar
dlyrm committed
1
2
3
4
5
6
7
# Copyright (c) OpenMMLab. All rights reserved.
from .base_reid import BaseReID
from .fc_module import FcModule
from .gap import GlobalAveragePooling
from .linear_reid_head import LinearReIDHead

__all__ = ['BaseReID', 'GlobalAveragePooling', 'LinearReIDHead', 'FcModule']