dansuh17 / alexnet-pytorchLinks
Pytorch Implementation of AlexNet
☆215Updated 2 years ago
Alternatives and similar repositories for alexnet-pytorch
Users that are interested in alexnet-pytorch are comparing it to the libraries listed below
Sorting:
- An PyTorch implementation AlexNet.Simple, easy to use and efficient☆98Updated 2 years ago
- The simplest implementation of LeNet5 with mnist in PyTorch. Accuracy: ~99%☆228Updated last year
- A model demo which uses ResNet18 as the backbone to do image recognition tasks.Using Pytorch.☆65Updated 5 years ago
- CNN经典网络结构复现:LeNet5、AlexNet、VGG、ResNet、InceptionNet等。☆99Updated 4 years ago
- PyTorch implementation of LeNet-5 with live visualization☆244Updated 2 years ago
- Implementing Vi(sion)T(transformer)☆449Updated 2 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
- Simple and easy to understand PyTorch implementation of Vision Transformer (ViT) from scratch, with detailed steps. Tested on common data…☆149Updated 5 months ago
- Basic implementation of ResNet 50, 101, 152 in PyTorch☆125Updated 3 years ago
- Transformer implementation in PyTorch.☆491Updated 6 years ago
- Vision Transformer (ViT) in PyTorch☆846Updated 3 years ago
- PyTorch implementation of the YOLOv1 architecture presented in "You Only Look Once: Unified, Real-Time Object Detection" by Joseph Redmon…☆90Updated 2 years ago
- Let's train vision transformers (ViT) for cifar 10 / cifar 100!☆706Updated 2 months ago
- Pytorch ViT for Image classification on the CIFAR10 dataset☆46Updated 3 years ago
- 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
- Awesome List of Attention Modules and Plug&Play Modules in Computer Vision☆1,251Updated 2 years ago
- Pytorch reimplementation of the Vision Transformer (An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale)☆2,118Updated 3 years ago
- VGG16 Net implementation from PyTorch Examples scripts for ImageNet dataset☆90Updated 5 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…