ayulockin / TF-MSN

Implementation of Masked Siamese Networks for Label-Efficient Learning (https://arxiv.org/abs/2204.07141) in TensorFlow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TF-MSN

Implementation of Masked Siamese Networks for Label-Efficient Learning (https://arxiv.org/abs/2204.07141) in TensorFlow.

Prerequisite

The code base is built using Python v3.9.x and uses TensorFlow 2.10.0. Create a new environment and install the dependencies.

conda create -n msn python=3.9
conda activate msn

cd TF-MSN
pip install -r requirements.txt

Acknowledgements

  • Weights and Biases
  • JarvisLabs

About

Implementation of Masked Siamese Networks for Label-Efficient Learning (https://arxiv.org/abs/2204.07141) in TensorFlow.

License:MIT License


Languages

Language:Jupyter Notebook 97.2%Language:Python 2.8%