dinov2/distillation/models/__init__.py

3 lines
117 B
Python

from .helper import get_teacher_and_student
from .backbones import CustomResNet, DINOv2ViT
from .resnet import ResNet