dansuh17 / alexnet-pytorch
Pytorch Implementation of AlexNet
☆195Updated last year
Alternatives and similar repositories for alexnet-pytorch:
Users that are interested in alexnet-pytorch are comparing it to the libraries listed below
- The simplest implementation of LeNet5 with mnist in PyTorch. Accuracy: ~99%☆207Updated 8 months ago
- Basic implementation of ResNet 50, 101, 152 in PyTorch☆101Updated 2 years ago
- PyTorch implements `Deep Residual Learning for Image Recognition` paper.☆38Updated 6 months ago
- Pytorch实现:使用ResNet18网络训练Cifar10数据集,测试集准确率达到95.46%(从0开始,不使用预训练模型)☆225Updated 2 weeks ago
- CNN经典网络结构复现:LeNet5、AlexNet、VGG、ResNet、InceptionNet等。☆90Updated 3 years ago
- Implementing Vi(sion)T(transformer)☆408Updated last year
- This implements training of popular model architectures, such as AlexNet, ResNet and VGG on the ImageNet dataset(Now we supported alexnet…☆411Updated 6 years ago
- Learning and Building Convolutional Neural Networks using PyTorch☆207Updated 2 years ago
- PyTorch implementation of LeNet-5 with live visualization