/BYOL-tensorflow2

Primary LanguageJupyter Notebook

BYOL - TensorFlow 2

This is an unofficial implementation of "Bootstrap Your Own Latent: A New Approach to Self-Supervised Learning" (BYOL). It is uses two networks namely online and target network,and target network parameter, will updated in exponential moving average fashion. It is similar to DQN.

Architecture

Dataset

For Pretraining the BYOL, CIFAR-10 dataset is used. Also the Linear Evaluation done using the CIFAR-10 dataset.

References