Lornatang / ResNet-PyTorchLinks
PyTorch implements `Deep Residual Learning for Image Recognition` paper.
☆44Updated last month
Alternatives and similar repositories for ResNet-PyTorch
Users that are interested in ResNet-PyTorch are comparing it to the libraries listed below
Sorting:
- Pytorch implementation of some vision transformers, trained on CIFAR-10.☆29Updated 3 years ago
- This implements training of popular model architectures, such as AlexNet, ResNet and VGG on the ImageNet dataset(Now we supported alexnet…☆427Updated 7 years ago
- VGG16 Net implementation from PyTorch Examples scripts for ImageNet dataset☆87Updated 5 years ago
- Let's train vision transformers (ViT) for cifar 10 / cifar 100!☆659Updated 3 weeks ago
- 这是一个resnet-50的pytorch实现的库,在MNIST数据集上进行训练和测试。☆46Updated 4 months ago
- The simplest implementation of LeNet5 with mnist in PyTorch. Accuracy: ~99%☆216Updated last year
- Pytorch ViT for Image classification on the CIFAR10 dataset☆43Updated 3 years ago
- Efficient computing methods developed by Huawei Noah's Ark Lab☆1,287Updated 8 months ago
- Pytorch实现:使用ResNet18网络训练Cifar10数据集,测试集准确率达到95.46%(从0开始,不使用预训练模型)☆256Updated 2 months ago
- The official implementation of [CVPR2022] Decoupled Knowledge Distillation https://arxiv.org/abs/2203.08679 and [ICCV2023] DOT: A Distill…☆864Updated last year
- ☆150Updated 10 months ago
- [ICLR 2023] Pruning Deep Neural Networks from a Sparsity Perspective☆24Updated last year
- Pytorch Implementation of AlexNet☆207Updated last year
- [NeurIPS 2021] [T-PAMI] Global Filter Networks for Image Classification☆482Updated 2 years ago
- CNN经典网络结构复现:LeNet5、AlexNet、VGG、ResNet、InceptionNet等。☆95Updated 4 years ago
- Vision Transformer (ViT) in PyTorch☆842Updated 3 years ago
- SimpleAICV:pytorch training and testing examples.☆433Updated last week
- Simple and easy to understand PyTorch implementation of Vision Transformer (ViT) from scratch, with detailed steps. Tested on common data…☆142Updated 6 months ago
- pytorch and cifar10☆214Updated 4 years ago
- A PyTorch implementation of VGG16. This could be considered as a variant of the original VGG16 since BN layers are added after each conv…☆189Updated 5 years ago
- Official implement for ICML2023 paper: "A Closer Look at Self-Supervised Lightweight Vision Transformers"☆136Updated 4 months ago
- FcaNet: Frequency Channel Attention Networks☆560Updated 4 years ago
- Train several classical classification networks in cifar10 dataset by PyTorch☆24Updated 4 years ago
- CMT Pytorch implementation of our CVPR 2022 paper CMT: Convolutional Neural Networks Meet Vision Transformers (https://arxiv.org/pdf/2107…☆98Updated 3 years ago
- Distilling Knowledge via Knowledge Review, CVPR 2021☆273Updated 2 years ago
- MAE for CIFAR,由于可用资源有限,我们仅在 cifar10 上测试模型。我们主要想重现这样的结果:使用 MAE 预训练 ViT 可以比直接使用标签进行监督学习训练获得更好的结果。这应该是自我监督学习比监督学习更有效的数据的证据。☆75Updated 2 years ago
- ☆97Updated 4 years ago
- Dynamic Dual Gating Neural Networks, ICCV 2021☆32Updated 2 years ago
- Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.☆1,290Updated last year
- CAM', 'ScoreCAM', 'SSCAM', 'ISCAM' 'GradCAM', 'GradCAMpp', 'SmoothGradCAMpp', 'XGradCAM', 'LayerCAM' using by PyTorch.☆73Updated 3 years ago