samcw / ResNet18-Pytorch
A model demo which uses ResNet18 as the backbone to do image recognition tasks.Using Pytorch.
☆57Updated 4 years ago
Alternatives and similar repositories for ResNet18-Pytorch:
Users that are interested in ResNet18-Pytorch are comparing it to the libraries listed below
- The simplest implementation of LeNet5 with mnist in PyTorch. Accuracy: ~99%☆207Updated 8 months ago
- PyTorch implementation of LeNet-5 with live visualization☆230Updated 2 years ago
- VGG16 Net implementation from PyTorch Examples scripts for ImageNet dataset☆88Updated 4 years ago
- Implementation of Conv-based and Vit-based networks designed for CIFAR.☆72Updated 2 years ago
- CNN经典网络结构复现:LeNet5、AlexNet、VGG、ResNet、InceptionNet等。☆90Updated 3 years ago
- Learning and Building Convolutional Neural Networks using PyTorch☆207Updated 2 years ago
- Pytorch实现:使用ResNet18网络训练Cifar10数据集,测试集准确率达到95.46%(从0开始,不使用预训练模型)☆225Updated 2 weeks ago
- Implementation of Vision Transformer from scratch and performance compared to standard CNNs (ResNets) and pre-trained ViT on CIFAR10 and …☆110Updated 10 months ago
- 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
- Pytorch ViT for Image classification on the CIFAR10 dataset☆34Updated 3 years ago
- PyTorch implements `Deep Residual Learning for Image Recognition` paper.☆38Updated 6 months ago
- 论文复现:Prototypical Networks for Few-shot Learning☆38Updated 3 years ago
- Object detection learning path☆80Updated 2 years ago
- CBAM: Convolutional Block Attention Module for CIFAR10 on ResNet backbone with Pytorch☆113Updated 5 years ago
- Implementation of Swin Transformer with Pytorch☆111Updated 3 years ago
- 蜻蜓点论文 Think不Clear, 论文解读视频上传B站, youtube, 西瓜视频(同步到抖音)☆242Updated last year
- Code for recent domain adaption implemented by pytorch.☆33Updated 4 years ago
- Vision Transformer Pruning☆55Updated 3 years ago
- Pytorch implementation of some vision transformers, trained on CIFAR-10.☆29Updated 3 years ago
- Implementing Vi(sion)T(transformer)☆408Updated last year
- Pytorch pipeline template☆150Updated 2 years ago
- Distilling Knowledge via Intermediate Classifiers☆15Updated 3 years ago
- ☆124Updated 4 years ago
- Unofficial implementations of some classical CNN backbones with pytorch☆167Updated 3 years ago
- PyTorch implementation of "Distilling the Knowledge in a Neural Network"☆67Updated 3 years ago
- Let's train vision transformers (ViT) for cifar 10!☆595Updated last month
- Training LeNet, VGG, ResNet, DenseNet on CIFAR10 with PyTorch.☆21Updated 6 years ago
- A demo of image classification with PyTorch DDP (DistributedDataParallel) and AMP (Automatic Mixed Precision) modules.☆62Updated last year
- Pytorch implementation of ViT on CIFAR-10.☆17Updated 3 years ago
- pytorch implements data enhancement and network regularization methods: cutmix, cutout, shakedrop, mixup, Label smoothing☆10Updated 3 years ago