lucidrains / contrastive-learnerLinks
A simple to use pytorch wrapper for contrastive self-supervised learning on any neural network
☆146Updated 4 years ago
Alternatives and similar repositories for contrastive-learner
Users that are interested in contrastive-learner are comparing it to the libraries listed below
Sorting:
- Implementation of Barlow Twins paper☆99Updated 2 years ago
- Official PyTorch implementation of the paper "Self-Supervised Relational Reasoning for Representation Learning", NeurIPS 2020 Spotlight.☆143Updated last year
- A Domain-Agnostic Benchmark for Self-Supervised Learning☆107Updated 2 years ago
- The official repository for "Intermediate Layers Matter in Momentum Contrastive Self Supervised Learning" paper.☆40Updated 3 years ago
- Implementation of Nyström Self-attention, from the paper Nyströmformer☆138Updated 5 months ago
- MODALS: Modality-agnostic Automated Data Augmentation in the Latent Space☆41Updated 4 years ago
- ☆57Updated 3 years ago
- Code used in "Understanding Dimensional Collapse in Contrastive Self-supervised Learning" paper.☆79Updated 2 years ago
- TensorFlow implementation of "Unsupervised Learning of Visual Features by Contrasting Cluster Assignments".☆86Updated 3 years ago
- Whitening for Self-Supervised Representation Learning | Official repository☆131Updated 2 years ago
- ☆121Updated 3 years ago
- Experiments with supervised contrastive learning methods with different loss functions☆220Updated 2 years ago
- A Pytorch implementation of the optimal transport kernel embedding☆117Updated 4 years ago
- [ICML 2020] code for the flooding regularizer proposed in "Do We Need Zero Training Loss After Achieving Zero Training Error?"☆92Updated 2 years ago
- Pytorch implementation of "A Simple Framework for Contrastive Learning of Visual Representations"☆82Updated last year
- Code to train the SimSiam model on cifar10 using PyTorch