• Stars
    star
    1,918
  • Rank 23,647 (Top 0.5 %)
  • Language
    Python
  • Created about 4 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PyTorch implementation of Contrastive Learning methods

PyContrast

This repo lists recent contrastive learning papers, and includes code for many of them.

Paper List

Find awesome contrastive learning paper.

PyTorch Code

For the reference implementation of SoTA methods, (e.g., InstDis, CMC, MoCo, ...), see pycontrast.

Pre-trained Models

A set of ImageNet unsupervised pre-training models are provided. Find them in model zoo.

Object Detection

Unsupervised pre-training models outperform supervised pre-training models on PASCAL VOC and COCO. Find in detection.