Lornatang / ResNet-PyTorchLinks
PyTorch implements `Deep Residual Learning for Image Recognition` paper.
☆47Updated 7 months ago
Alternatives and similar repositories for ResNet-PyTorch
Users that are interested in ResNet-PyTorch are comparing it to the libraries listed below
Sorting:
- This implements training of popular model architectures, such as AlexNet, ResNet and VGG on the ImageNet dataset(Now we supported alexnet…☆442Updated 7 years ago
- Pytorch ViT for Image classification on the CIFAR10 dataset☆46Updated 4 years ago
- VGG16 Net implementation from PyTorch Examples scripts for ImageNet dataset☆90Updated 5 years ago
- 这是一个resnet-50的pytorch实现的库,在MNIST数据集上进行训练和测试。☆47Updated 11 months ago
- Pytorch implementation of some vision transformers, trained on CIFAR-10.☆30Updated 4 years ago
- Let's train vision transformers (ViT) for cifar 10 / cifar 100!☆707Updated 2 months ago
- The simplest implementation of LeNet5 with mnist in PyTorch. Accuracy: ~99%☆230Updated last year
- Official implement for ICML2023 paper: "A Closer Look at Self-Supervised Lightweight Vision Transformers"☆145Updated 11 months ago
- An PyTorch implementation AlexNet.Simple, easy to use and efficient☆97Updated 2 years ago
- SimpleAICV:pytorch training examples.☆436Updated this week
- ☆168Updated last year
- 可视化特征图教程☆77Updated 3 years ago
- CAM', 'ScoreCAM', 'SSCAM', 'ISCAM' 'GradCAM', 'GradCAMpp', 'SmoothGradCAMpp', 'XGradCAM', 'LayerCAM' using by PyTorch.☆75Updated 4 years ago
- Using pytorch to implement MobileViT from Apple framework☆20Updated 2 years ago
- CMT Pytorch implementation of our CVPR 2022 paper CMT: Convolutional Neural Networks Meet Vision Transformers (https://arxiv.org/pdf/2107…☆103Updated 3 years ago
- The official implementation of [CVPR2022] Decoupled Knowledge Distillation https://arxiv.org/abs/2203.08679 and [ICCV2023] DOT: A Distill…☆889Updated 2 years ago
- Unofficial implementations of some classical CNN backbones with pytorch☆167Updated 4 years ago
- Implementation of Vision Transformer from scratch and performance compared to standard CNNs (ResNets) and pre-trained ViT on CIFAR10 and …☆118Updated last year
- Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.☆1,350Updated last year
- Pytorch Implementation of AlexNet☆214Updated 2 years ago
- Learning and Building Convolutional Neural Networks using PyTorch☆218Updated 3 years ago
- Efficient computing methods developed by Huawei Noah's Ark Lab☆1,309Updated last year
- pytorch and cifar10☆216Updated 4 years ago
- MAE for CIFAR,由于可用资源有限,我们仅在 cifar10 上测试模型。我们主要想重现这样的结果:使用 MAE 预训练 ViT 可以比直接使用标签进行监督学习训练获得更好的结果。这应该是自我监督学习比监督学习更有效的数据的证据。☆81Updated 2 years ago
- ☆291Updated last year
- A PyTorch implementation of VGG16. This could be considered as a variant of the original VGG16 since BN layers are added after each conv…☆195Updated 5 years ago
- [ICLR 2023] Pruning Deep Neural Networks from a Sparsity Perspective☆25Updated 2 years ago
- Implementation of Swin Transformer with Pytorch☆114Updated 4 years ago
- [NeurIPS 2021] [T-PAMI] Global Filter Networks for Image Classification☆500Updated 2 years ago
- Train several classical classification networks in cifar10 dataset by PyTorch☆24Updated 4 years ago