mirror of
https://github.com/lucidrains/vit-pytorch.git
synced 2025-12-30 08:02:29 +00:00
4 lines
98 B
Python
4 lines
98 B
Python
from vit_pytorch.vit import ViT
|
|
from vit_pytorch.mae import MAE
|
|
from vit_pytorch.dino import Dino
|