Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 316 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 316 Bytes

ArcFace_Explained

This notebook implements ArcFace algorithm introduced in https://arxiv.org/abs/1801.07698 in pytorch with step by step explanations.

Also recreates an experiment to visualize distribution of embeddings on the MNIST dataset. Fastai library is used for training.