akamaster/pytorch_resnet_cifar10
Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3152
- days_rel: n/a
- days_push: 806
- n_releases_24m: 0
Adoption not part of the score
1368 stars · 341 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PyTorch implementation of ResNet architectures (ResNet20 through ResNet1202) for CIFAR10/CIFAR100 that faithfully matches the original paper's specifications, unlike torchvision's ImageNet-oriented models. It includes pretrained models with test errors matching or beating the paper's reported results.
Use cases
- train resnet on cifar10 matching the original paper
- download pretrained resnet20 resnet56 for cifar10
- compare my model against paper-accurate resnet baselines on cifar
- get proper resnet implementation for cifar100 in pytorch
- reproduce resnet paper results
When to choose
- You need paper-faithful ResNet baselines on CIFAR10/100 for fair comparison
- You want pretrained CIFAR ResNet checkpoints
- You need small ResNet variants like ResNet20 not available in torchvision
When to avoid
- You need ResNets for ImageNet or other datasets
- You want modern architectures or training recipes
- You need validation-split-based model selection as in the paper
Facets
library · maturity maintenance
machine-learning deep-learning deep-learning computer-vision image-processing python resnet cifar10 cifar100 pytorch pretrained-models image-classification gpu
1 source
- readme: https://github.com/akamaster/pytorch_resnet_cifar10 · fetched 2026-08-28 · 521b7d7a7afe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| akamaster/pytorch_resnet_cifar10 | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="akamaster/pytorch_resnet_cifar10")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem