KyanChen's picture
Upload 1861 files
3b96cb1
raw
history blame contribute delete
232 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from ..clip.clip import CLIP, CLIPZeroShot
from ..clip.clip_transformer import CLIPProjection, CLIPTransformer
__all__ = ['CLIP', 'CLIPZeroShot', 'CLIPTransformer', 'CLIPProjection']