Lornatang / ResNet-PyTorchLinks
PyTorch implements `Deep Residual Learning for Image Recognition` paper.
☆45Updated 3 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:
- ☆159Updated last year
- Official implement for ICML2023 paper: "A Closer Look at Self-Supervised Lightweight Vision Transformers"☆140Updated 7 months ago
- Pytorch implementation of some vision transformers, trained on CIFAR-10.☆29Updated 3 years ago
- VGG16 Net implementation from PyTorch Examples scripts for ImageNet dataset☆89Updated 5 years ago
- Pytorch ViT for Image classification on the CIFAR10 dataset☆45Updated 3 years ago
- The simplest implementation of LeNet5 with mnist in PyTorch. Accuracy: ~99%☆221Updated last year
- This implements training of popular model architectures, such as AlexNet, ResNet and VGG on the ImageNet dataset(Now we supported alexnet…☆431Updated 7 years ago
- 这是一个resnet-50的pytorch实现的库,在MNIST数据集上进行训练和测试。☆46Updated 7 months ago
- 可视化特征图教程☆75Updated 3 years ago
- CMT Pytorch implementation of our CVPR 2022 paper CMT: Convolutional Neural Networks Meet Vision Transformers (https://arxiv.org/pdf/2107…☆99Updated 3 years ago
- CAM', 'ScoreCAM', 'SSCAM', 'ISCAM' 'GradCAM', 'GradCAMpp', 'SmoothGradCAMpp', 'XGradCAM', 'LayerCAM' using by PyTorch.☆73Updated 3 years ago
- Learning and Building Convolutional Neural Networks using PyTorch☆215Updated 3 years ago
- PyTorch code and checkpoints release for OFA-KD: https://arxiv.org/abs/2310.19444☆131Updated last year
- [NeurIPS 2021] [T-PAMI] Global Filter Networks for Image Classification☆487Updated 2 years ago
- CNN经典网络结构复现:LeNet5、AlexNet、VGG、ResNet、InceptionNet等。☆98Updated 4 years ago
- MAE for CIFAR,由于可用资源有限,我们仅在 cifar10 上测试模型。我们主要想重现这样的结果:使用 MAE 预训练 ViT 可以比直接使用标签进行监督学习训练获得更好的结果。这应该是自我监督学习比监督学习更有效的数据的证据。☆78Updated 2 years ago
- Implementation of Swin Transformer with Pytorch☆113Updated 4 years ago
- [TNNLS] A Comprehensive Survey of Awesome Visual Transformer Literatures.☆264Updated 2 years ago
- A model demo which uses ResNet18 as the backbone to do image recognition tasks.Using Pytorch.☆64Updated 5 years ago
- The official pytorch implemention of our ICML-2021 paper "SimAM: A Simple, Parameter-Free Attention Module for Convolutional Neural Netwo…☆457Updated 2 years ago
- ☆96Updated 4 years ago
- [IEEE TBD 2023] IEMask R-CNN: Information-enhanced Mask R-CNN☆15Updated 2 years ago
- Using pytorch to implement MobileViT from Apple framework☆17Updated 2 years ago
- Let's train vision transformers (ViT) for cifar 10 / cifar 100!☆674Updated 2 months ago
- FcaNet: Frequency Channel Attention Networks☆567Updated 4 years ago
- ☆235Updated 6 months ago
- [CVPR 2024] Rewrite the Stars☆416Updated last year
- Official repository of ACmix (CVPR2022)☆413Updated 3 years ago
- Implementation of Vision Transformer from scratch and performance compared to standard CNNs (ResNets) and pre-trained ViT on CIFAR10 and …☆114Updated last year
- SimpleAICV:pytorch training and testing examples.☆434Updated last week