| 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) |
| haitongli/knowledge-distillation-pytorch |
1,734 |
|
0 |
0 |
about 3 years ago |
0 |
|
17 |
mit |
Python |
| A PyTorch implementation for exploring deep and shallow knowledge distillation (KD) experiments with flexibility |
| bearpaw/pytorch-classification |
1,244 |
|
0 |
0 |
about 5 years ago |
0 |
|
30 |
mit |
Python |
| Classification with PyTorch. |
| wvangansbeke/Unsupervised-Classification |
1,217 |
|
0 |
0 |
over 2 years ago |
0 |
|
18 |
other |
Python |
| SCAN: Learning to Classify Images without Labels, incl. SimCLR. [ECCV 2020] |
| 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. |
| tysam-code/hlb-CIFAR10 |
1,112 |
|
0 |
0 |
over 2 years ago |
0 |
|
1 |
apache-2.0 |
Python |
| Train to 94% on CIFAR-10 in <6.3 seconds on a single A100, the current world speed record. Or ~95.79% in ~110 seconds (or less!) |
| Hyperparticle/one-pixel-attack-keras |
1,078 |
|
0 |
0 |
over 5 years ago |
0 |
|
4 |
mit |
Jupyter Notebook |
| Keras implementation of "One pixel attack for fooling deep neural networks" using differential evolution on Cifar10 and ImageNet |
| 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. |