facebookresearch / dino

PyTorch code for Vision Transformers training with the Self-Supervised learning method DINO
Apache License 2.0
6.25k stars 905 forks source link

Difference between DINO and DINOv2 #264

Open Tulsishah opened 10 months ago

Tulsishah commented 10 months ago

I have few questions about DINO and DINOv2.

  1. What's the difference b/w DINO and DINOv2?
  2. What's the plan of using torch.compile feature in DINOv2 if not already there?