ChawDoe / LeNet5-MNIST-PyTorch
The simplest implementation of LeNet5 with mnist in PyTorch. Accuracy: ~99%
☆205Updated 7 months ago
Alternatives and similar repositories for LeNet5-MNIST-PyTorch:
Users that are interested in LeNet5-MNIST-PyTorch are comparing it to the libraries listed below
- PyTorch implementation of LeNet-5 with live visualization☆226Updated last year
- Let's train vision transformers (ViT) for cifar 10!☆574Updated last month
- Pytorch实现:使用ResNet18网络训练Cifar10数据集,测试集准确率达到95.46%(从0开始,不使用预训练模型)☆212Updated last month
- An PyTorch implementation AlexNet.Simple, easy to use and efficient☆85Updated last year
- Vision Transformer Pruning☆54Updated 3 years ago
- This implements training of popular model architectures, such as AlexNet, ResNet and VGG on the ImageNet dataset(Now we supported alexnet…☆406Updated 6 years ago
- pytorch and cifar10☆214Updated 3 years ago
- VGG16 Net implementation from PyTorch Examples scripts for ImageNet dataset☆87Updated 4 years ago
- A model demo which uses ResNet18 as the backbone to do image recognition tasks.Using Pytorch.☆55Updated 4 years ago
- Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.☆1,247Updated 7 months ago
- Vision Transformer (ViT) in PyTorch☆807Updated 2 years ago
- Pytorch ViT for Image classification on the CIFAR10 dataset☆34Updated 2 years ago
- Pretrained models on CIFAR10/100 in PyTorch☆331Updated last year
- Implementing Vi(sion)T(transformer)☆398Updated last year
- Simple and easy to understand PyTorch implementation of Vision Transformer (ViT) from scratch, with detailed steps. Tested on common data…☆128Updated last month
- PyTorch implements `Deep Residual Learning for Image Recognition` paper.☆35Updated 4 months 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…☆182Updated 4 years ago
- CNN经典网络结构复现:LeNet5、AlexNet、VGG、ResNet、InceptionNet等。☆85Updated 3 years ago
- Pytorch Implementation of AlexNet☆185Updated last year
- PyTorch implementation for Vision Transformer[Dosovitskiy, A.(ICLR'21)] modified to obtain over 90% accuracy FROM SCRATCH on CIFAR-10 wit…☆176Updated 11 months ago
- Library - Vanilla, ViT, DeiT, BERT, GPT☆64Updated 3 years ago
- Implementation of Vision Transformer from scratch and performance compared to standard CNNs (ResNets) and pre-trained ViT on CIFAR10 and …☆106Updated 9 months ago
- Training LeNet, VGG, ResNet, DenseNet on CIFAR10 with PyTorch.☆19Updated 5 years ago
- B站Efficient-Neural-Network学习分享的配套代码☆296Updated 3 years ago
- Basic implementation of ResNet 50, 101, 152 in PyTorch☆98Updated 2 years ago
- pytorch-tiny-imagenet☆169Updated last year
- Code for "CP-ViT: Cascade Vision Transformer Pruning via Progressive Sparsity Prediction" on CIFAR-10/100.☆14Updated 3 years ago
- Pytorch implementation of some vision transformers, trained on CIFAR-10.☆29Updated 3 years ago
- Pytorch implementation of cnn network☆1,954Updated last year
- experiments on Paper <Bag of Tricks for Image Classification with Convolutional Neural Networks> and other useful tricks to improve CNN a…☆726Updated 5 years ago