Ross ROSS = Recommend OSS · open-source software intelligence for agents

facebookresearch/simsiam

PyTorch implementation of SimSiam https//arxiv.org/abs/2011.10566 observed · 2026-08-28

github.com/facebookresearch/simsiam · Python · NOASSERTION (other) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1983
  • days_rel: n/a
  • days_push: 1315
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1237 stars · 174 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PyTorch implementation of SimSiam, a simple Siamese-based self-supervised representation learning method from Facebook AI Research (CVPR 2021). It provides training scripts for unsupervised pre-training of ResNet-50 on ImageNet and linear classification evaluation, with pre-trained checkpoints.

Use cases

  • train a self-supervised image representation model on ImageNet
  • reproduce SimSiam paper results
  • pre-train a ResNet-50 backbone without labels
  • evaluate learned features with linear classification
  • compare self-supervised learning methods like MoCo and SimSiam

When to choose

  • you need a reference implementation of SimSiam for research or reproduction
  • you want to pre-train vision backbones without labels on multi-GPU hardware
  • you need released pre-trained checkpoints for transfer learning experiments

When to avoid

  • you need single-GPU or DataParallel training - only DistributedDataParallel is supported
  • you want a maintained library with new features - the repo is a research code release
  • you need a plug-and-play self-supervised framework rather than paper-specific scripts

Facets

library · maturity maintenance

machine-learning deep-learning machine-learning computer-vision deep-learning python self-supervised-learning representation-learning contrastive-learning pytorch research-code imagenet resnet gpu linux

1 source

Member repositories

RepositoryRoleHealth v2
facebookresearch/simsiammain10

For agents

markdown · JSON · MCP: product_card(name="facebookresearch/simsiam")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem