Lornatang / ResNet-PyTorch
PyTorch implements `Deep Residual Learning for Image Recognition` paper.
☆34Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for ResNet-PyTorch
- Pytorch implementation of some vision transformers, trained on CIFAR-10.☆28Updated 3 years ago
- Vision Transformer Pruning☆54Updated 2 years ago
- This implements training of popular model architectures, such as AlexNet, ResNet and VGG on the ImageNet dataset(Now we supported alexnet…☆398Updated 6 years ago
- [ICLR 2023] Pruning Deep Neural Networks from a Sparsity Perspective☆23Updated 10 months ago
- VGG16 Net implementation from PyTorch Examples scripts for ImageNet dataset☆87Updated 4 years ago
- Train several classical classification networks in cifar10 dataset by PyTorch☆24Updated 3 years ago
- Pytorch ViT for Image classification on the CIFAR10 dataset☆34Updated 2 years ago
- Let's train vision transformers (ViT) for cifar 10!☆542Updated last month
- A model demo which uses ResNet18 as the backbone to do image recognition tasks.Using Pytorch.☆54Updated 4 years ago
- An PyTorch implementation AlexNet.Simple, easy to use and efficient☆80Updated last year
- a pytorch implement of mobileNet v2 on cifar10☆61Updated last year
- Demonstration of transfer of knowledge and generalization with distillation☆45Updated 5 years ago
- PyTorch implementation for Vision Transformer[Dosovitskiy, A.(ICLR'21)] modified to obtain over 90% accuracy FROM SCRATCH on CIFAR-10 wit…☆170Updated 9 months ago
- The simplest implementation of LeNet5 with mnist in PyTorch. Accuracy: ~99%☆195Updated 5 months ago
- Code for CHIP: CHannel Independence-based Pruning for Compact Neural Networks (NeruIPS 2021).☆33Updated 2 years ago
- Pytorch implements the VGG19 model to classify cifar100☆13Updated 5 years ago
- [IJCAI-2021] Contrastive Model Inversion for Data-Free Knowledge Distillation☆68Updated 2 years ago
- The link to the stored-in-image imagenet64x64 dataset. And a resnet/wrn code for it.☆16Updated 2 years ago
- Implementation of Vision Transformer from scratch and performance compared to standard CNNs (ResNets) and pre-trained ViT on CIFAR10 and …☆103Updated 7 months ago
- pytorch-tiny-imagenet☆166Updated 11 months ago
- model learning and test for tiny-imageNet☆24Updated 7 years ago
- pytorch and cifar10☆213Updated 3 years ago
- Reproducing RigL (ICML 2020) as a part of ML Reproducibility Challenge 2020☆27Updated 2 years ago
- CIFAR10, CIFAR100 results with VGG16,Resnet50,WideResnet using pytorch-lightning☆24Updated 4 years ago
- PyTorch implementation of "Distilling the Knowledge in a Neural Network"☆67Updated 2 years ago
- CMT Pytorch implementation of our CVPR 2022 paper CMT: Convolutional Neural Networks Meet Vision Transformers (https://arxiv.org/pdf/2107…☆94Updated 2 years ago
- Reproduction of paper: AutoAugment: Learning Augmentation Strategies from Data☆13Updated 4 years ago
- Implementation of Conv-based and Vit-based networks designed for CIFAR.☆68Updated last year
- Pytorch implementation of ViT on CIFAR-10.☆17Updated 3 years ago