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

4 lines
56 B
Python
Raw Normal View History

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