mmclassification/mmpretrain/models/multimodal/ofa/__init__.py

6 lines
204 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .ofa import OFA
from .ofa_modules import OFADecoder, OFAEncoder, OFAEncoderDecoder
__all__ = ['OFAEncoderDecoder', 'OFA', 'OFAEncoder', 'OFADecoder']