sthalles/SimCLR
PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations
Implements contrastive learning through momentum-based batch augmentation and a non-learnable memory bank, training ResNet encoders with NT-Xent loss across large minibatches to learn view-invariant representations. Supports mixed-precision training via PyTorch's native AMP, multi-GPU distributed training, and evaluation through linear probing on frozen features. Includes reference implementations for STL10 and CIFAR10 datasets with configurable projection head dimensionality and training hyperparameters.
2,480 stars. No commits in the last 6 months.
Stars
2,480
Forks
492
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Mar 04, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sthalles/SimCLR"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
AdaptiveMotorControlLab/CEBRA
Learnable latent embeddings for joint behavioral and neural analysis - Official implementation of CEBRA
ModSSC/ModSSC
ModSSC: A Modular Framework for Semi Supervised Classification
theolepage/sslsv
Toolkit for training and evaluating Self-Supervised Learning (SSL) frameworks for Speaker...
PaddlePaddle/PASSL
PASSL包含 SimCLR,MoCo v1/v2,BYOL,CLIP,PixPro,simsiam, SwAV, BEiT,MAE 等图像自监督算法以及 Vision...
microsoft/Semi-supervised-learning
A Unified Semi-Supervised Learning Codebase (NeurIPS'22)