zach
initial commit based on github repo
3ef1661
raw
history blame contribute delete
184 Bytes
from .ViT_DINO import vit_large
from .ViT_DINO_reg import vit_small_reg, vit_large_reg, vit_giant2_reg
__all__ = [
"vit_small_reg",
"vit_large_reg",
"vit_giant2_reg",
]