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.