weiaicunzai / 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)
☆4,294Updated 4 months ago
Related projects ⓘ
Alternatives and complementary repositories for pytorch-cifar100
- 95.47% on CIFAR10 with PyTorch☆5,992Updated last year
- Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeN…☆2,627Updated last year
- PyTorch implementation of image classification models for CIFAR-10/CIFAR-100/MNIST/FashionMNIST/Kuzushiji-MNIST/ImageNet☆1,364Updated 2 years ago
- Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.☆1,225Updated 5 months ago
- Classification with PyTorch.☆1,693Updated 5 months ago
- Count the MACs / FLOPs of your PyTorch model.☆4,888Updated 4 months ago
- Pytorch implementation of convolutional neural network visualization techniques☆7,869Updated 2 years ago
- Efficient AI Backbones including GhostNet, TNT and MLP, developed by Huawei Noah's Ark Lab.☆4,056Updated 4 months ago
- PyTorch implementation of SENet☆2,285Updated 3 years ago
- Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.☆9,038Updated 2 years ago
- Pytorch implementation of cnn network☆1,924Updated last year
- A PyTorch implementation of EfficientNet☆7,926Updated 2 years ago
- experiments on Paper <Bag of Tricks for Image Classification with Convolutional Neural Networks> and other useful tricks to improve CNN a…☆716Updated 5 years ago
- Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"☆2,062Updated last year
- label-smooth, amsoftmax, partial-fc, focal-loss, triplet-loss, lovasz-softmax. Maybe useful☆2,183Updated last month
- A faster pytorch implementation of faster r-cnn☆7,695Updated 2 years ago
- ResNeSt: Split-Attention Networks☆3,238Updated last year
- Awesome Knowledge-Distillation. 分类整理的知识蒸馏paper(2014-2021)。☆2,497Updated last year
- RepVGG: Making VGG-style ConvNets Great Again☆3,333Updated last year
- Model summary in PyTorch similar to `model.summary()` in Keras☆4,020Updated 8 months ago
- Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Py…☆20,652Updated last week
- Pytorch reimplementation of the Vision Transformer (An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale)☆1,941Updated 2 years ago
- Flops counter for convolutional networks in pytorch framework☆2,822Updated last month
- Deformable DETR: Deformable Transformers for End-to-End Object Detection.☆3,247Updated 6 months ago
- A curated list of deep learning image classification papers and codes☆2,848Updated 2 years ago
- [ICLR 2020] Contrastive Representation Distillation (CRD), and benchmark of recent knowledge distillation methods☆2,197Updated last year
- Datasets, Transforms and Models specific to Computer Vision☆16,268Updated this week
- This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".☆13,929Updated 3 months ago
- A simplified implemention of Faster R-CNN that replicate performance from origin paper☆3,997Updated 3 years ago
- 利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码☆1,381Updated last year