#208 · Primary category: Computer Vision
pytorch-cifar100
Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)
Project last updated:07/15/24
GitHub Stars
4.8K
Forks
1.2K
Contributors
2
License
Other
Why we included this project
This is a practical PyTorch codebase for CIFAR-100 that packs in clean implementations of a wide range of convolutional architectures: ResNet, DenseNet, VGG, the Inception variants, ResNeXt, MobileNet, SqueezeNet, SENet, NASNet, WideResNet, and more. Because every model trains under the same hyperparameters and reports accuracy the same way, it is easy to compare how different CNN designs actually behave on one benchmark. Switching models means changing a single flag on the train.py command line, and the per-model error tables give a realistic baseline before you commit GPU time. For anyone who wants a small, self-contained starting point for an image classification experiment instead of a full framework, this also reads well as an example of how each architecture goes from paper to working code.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)