PaperCodeReview / SimSiam-TFLinks
TF 2.x implementation of SimSiam (Exploring Simple Siamese Representation Learning, CVPR 2021)
☆16Updated 4 years ago
Alternatives and similar repositories for SimSiam-TF
Users that are interested in SimSiam-TF are comparing it to the libraries listed below
Sorting:
- Implementation of self-supervised image-level contrastive pretraining methods using Keras.☆70Updated 3 years ago
- TF 2.x implementation of MoCo v1 (Momentum Contrast for Unsupervised Visual Representation Learning, CVPR 2020) and MoCo v2 (Improved Bas…☆27Updated 4 years ago
- Keras Implementation of Vision Transformer (An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale)☆97Updated 4 years ago
- (Minimally) implements SimCLR (https://arxiv.org/abs/2002.05709) in TensorFlow 2.☆90Updated 4 years ago
- A Keras implementation of hybrid efficientnet swin transformer model.☆34Updated last year
- Vision Transformer using TensorFlow 2.0☆99Updated 4 years ago
- TensorFlow implementation of "Unsupervised Learning of Visual Features by Contrasting Cluster Assignments".☆86Updated 3 years ago
- ModelSoups for Tensorflow2 and Torch☆50Updated 3 years ago
- This is the code base for paper "G-SimCLR : Self-Supervised Contrastive Learning with Guided Projection via Pseudo Labelling" by Souradip…☆78Updated 3 years ago
- Includes PyTorch -> Keras model porting code for ConvNeXt family of models with fine-tuning and inference notebooks.☆101Updated 3 years ago
- Keras Implementation Residual Attention Network☆41Updated 5 years ago
- Keras Implementation of Unet with EfficientNet as encoder☆48Updated 3 years ago
- An education step by step implementation of SimCLR that accompanies the blogpost☆31Updated 3 years ago
- A TensorFlow 2.x implementation of Masked Autoencoders Are Scalable Vision Learners