RSSAmplifier

Blog

Logits and Coffee

Hello 👋 in this blog I hope to share my experience while trying to understand some cool deep learning concepts. You can find more about me here: Perso...

logits.bearblog.devRSS feed ↗1 posts

Latest posts

Implementing DINO from scratch

Infos Paper: Emerging Properties in Self-Supervised Vision Transformers ICCV 2021 My GitHub implementation: link Overall Score: 3/5 Paper What is the paper about? DINO is a form of self supervised learning used for vision transformers (ViT). The goal is to train a model which, given an image, returns features that are relevant and descriptive of the input. These features can then be used as a…