mmpretrain/projects/dino/models/head/__init__.py

4 lines
56 B
Python

from .dino_head import DINOHead
__all__ = ['DINOHead']