#208 · Primary category: Computer Vision

pytorch-cifar100

cifar100 deep-learning densenet googlenet image-classification inception-resnet-v2 inceptionv3 inceptionv4 mobilenet nasnet pytorch resnet resnext shufflenet squeezenet wideresnet xception

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