| kuangliu/pytorch-cifar |
5,131 |
|
0 |
0 |
about 3 years ago |
0 |
|
103 |
mit |
Python |
| 95.47% on CIFAR10 with PyTorch |
| aaron-xichen/pytorch-playground |
2,366 |
|
0 |
0 |
over 3 years ago |
0 |
|
9 |
mit |
Python |
| Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet) |
| bearpaw/pytorch-classification |
1,244 |
|
0 |
0 |
about 5 years ago |
0 |
|
30 |
mit |
Python |
| Classification with PyTorch. |
| yoshitomo-matsubara/torchdistill |
1,171 |
|
0 |
2 |
about 2 years ago |
24 |
November 06, 2023 |
0 |
mit |
Python |
| A coding-free framework built on PyTorch for reproducible deep learning studies. 🏆22 knowledge distillation methods presented at CVPR, ICLR, ECCV, NeurIPS, ICCV, etc are implemented so far. 🎁 Trained models, training logs and configurations are available for ensuring the reproducibiliy and benchmark. |
| hysts/pytorch_image_classification |
979 |
|
0 |
0 |
over 4 years ago |
0 |
|
1 |
mit |
Python |
| PyTorch implementation of image classification models for CIFAR-10/CIFAR-100/MNIST/FashionMNIST/Kuzushiji-MNIST/ImageNet |
| wenxinxu/resnet-in-tensorflow |
825 |
|
0 |
0 |
almost 7 years ago |
0 |
|
32 |
mit |
Python |
| Re-implement Kaiming He's deep residual networks in tensorflow. Can be trained with cifar10. |
| akamaster/pytorch_resnet_cifar10 |
614 |
|
0 |
0 |
over 4 years ago |
0 |
|
3 |
bsd-2-clause |
Python |
| Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper. |
| taki0112/SENet-Tensorflow |
611 |
|
0 |
0 |
over 7 years ago |
0 |
|
13 |
mit |
Python |
| Simple Tensorflow implementation of "Squeeze and Excitation Networks" using Cifar10 (ResNeXt, Inception-v4, Inception-resnet-v2) |
| taki0112/Densenet-Tensorflow |
471 |
|
0 |
0 |
about 7 years ago |
0 |
|
15 |
mit |
Python |
| Simple Tensorflow implementation of Densenet using Cifar10, MNIST |
| kentaroy47/vision-transformers-cifar10 |
292 |
|
0 |
0 |
over 2 years ago |
0 |
|
5 |
mit |
Python |
| Let's train vision transformers (ViT) for cifar 10! |