File size: 232 Bytes
3b96cb1
 
 
 
 
1
2
3
4
5
6
# Copyright (c) OpenMMLab. All rights reserved.
from ..clip.clip import CLIP, CLIPZeroShot
from ..clip.clip_transformer import CLIPProjection, CLIPTransformer

__all__ = ['CLIP', 'CLIPZeroShot', 'CLIPTransformer', 'CLIPProjection']