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:
- The simplest implementation of LeNet5 with mnist in PyTorch. Accuracy: ~99%☆219Updated last year
- 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…☆429Updated 7 years ago
- 这是一个resnet-50的pytorch实现的库,在MNIST数据集上进行训练和测试。☆46Updated 5 months ago
- VGG16 Net implementation from PyTorch Examples scripts for ImageNet dataset☆87Updated 5 years ago
- Pytorch ViT for Image classification on the CIFAR10 dataset☆44Updated 3 years ago
- Pytorch实现:使用ResNet18网络训练Cifar10数据集,测试集准确率达到95.46%(从0开始,不使用预训练模型)☆260Updated 3 months ago
- CNN经典网络结构复现:LeNet5、AlexNet、VGG、ResNet、InceptionNet等。☆95Updated 4 years ago
- Let's train vision transformers (ViT) for cifar 10 / cifar 100!☆663Updated this week
- ☆153Updated 11 months ago
- [NeurIPS 2021] [T-PAMI] Global Filter Networks for Image Classification☆485Updated 2 years ago
- An PyTorch implementation AlexNet.Simple, easy to use and efficient☆94Updated 2 years ago
- Learning and Building Convolutional Neural Networks using PyTorch☆213Updated 3 years ago
- FcaNet: Frequency Channel Attention Networks☆566Updated 4 years ago
- ☆230Updated 4 months 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
- CAM', 'ScoreCAM', 'SSCAM', 'ISCAM' 'GradCAM', 'GradCAMpp', 'SmoothGradCAMpp', 'XGradCAM', 'LayerCAM' using by PyTorch.☆73Updated 3 years ago
- Vision Transformer Pruning☆57Updated 3 years ago
- Pytorch Implementation of AlexNet☆208Updated last year
- pytorch and cifar10☆214Updated 4 years ago
- Official implement for ICML2023 paper: "A Closer Look at Self-Supervised Lightweight Vision Transformers"☆136Updated 5 months ago
- PyTorch code and checkpoints release for OFA-KD: https://arxiv.org/abs/2310.19444☆129Updated last year
- 可视化特征图教程☆74Updated 3 years ago
- Unofficial implementations of some classical CNN backbones with pytorch☆169Updated 3 years ago
- Vision Transformer (ViT) in PyTorch☆844Updated 3 years ago
- EfficientNetV2 pytorch (pytorch lightning) implementation with pretrained model☆77Updated 2 years ago
- SimpleAICV:pytorch training and testing examples.☆433Updated this week
- A PyTorch implementation of VGG16. This could be considered as a variant of the original VGG16 since BN layers are added after each conv…☆190Updated 5 years ago
- PyTorch implementation of LeNet-5 with live visualization☆238Updated 2 years ago
- MAE for CIFAR,由于可用资源有限,我们仅在 cifar10 上测试模型。我们主要想重现这样的结果:使用 MAE 预训练 ViT 可以比直接使用标签进行监督学习训练获得更好的结果。这应该是自我监督学习比监督学习更有效的数据的证据。☆77Updated 2 years ago