mirror of
https://github.com/open-mmlab/mmselfsup.git
synced 2025-06-03 14:59:38 +08:00
5 lines
165 B
Python
5 lines
165 B
Python
from .contrastive_head import ContrastiveHead
|
|
from .cls_head import ClsHead
|
|
from .latent_pred_head import LatentPredictHead
|
|
from .multi_cls_head import MultiClsHead
|