xternalz / WideResNet-pytorchLinks
Wide Residual Networks (WideResNets) in PyTorch
☆339Updated 4 years ago
Alternatives and similar repositories for WideResNet-pytorch
Users that are interested in WideResNet-pytorch are comparing it to the libraries listed below
Sorting:
- Best CIFAR-10, CIFAR-100 results with wide-residual networks using PyTorch☆471Updated 5 years ago
- 2.56%, 15.20%, 1.30% on CIFAR10, CIFAR100, and SVHN https://arxiv.org/abs/1708.04552☆550Updated 5 years ago
- 3.41% and 17.11% error on CIFAR-10 and CIFAR-100☆333Updated 6 years ago
- A drop-in replacement for CIFAR-10.☆241Updated 4 years ago
- Code for reproducing Manifold Mixup results (ICML 2019)☆494Updated last year
- A PyTorch implementation for PyramidNets (Deep Pyramidal Residual Networks, https://arxiv.org/abs/1610.02915)☆272Updated 4 years ago
- A plug-in replacement for DataLoader to load Imagenet disk-sequentially in PyTorch.☆239Updated 3 years ago
- Implementation of the mixup training method☆466Updated 7 years ago
- Pytorch implementation for "Large-Scale Long-Tailed Recognition in an Open World" (CVPR 2019 ORAL)☆866Updated 2 years ago
- NAS-Bench-201 API and Instruction☆633Updated 4 years ago
- Improving Consistency-Based Semi-Supervised Learning with Weight Averaging☆186Updated 6 years ago
- Scripts for Imagenet 32 dataset☆153Updated 4 years ago
- Pretrained bag-of-local-features neural networks☆312Updated 5 years ago
- Learning Confidence for Out-of-Distribution Detection in Neural Networks☆275Updated 7 years ago
- PyTorch implementation of AutoAugment.☆159Updated 4 years ago
- Principled Detection of Out-of-Distribution Examples in Neural Networks☆202Updated 7 years ago
- mixup: Beyond Empirical Risk Minimization☆1,181Updated 3 years ago
- Using Teacher Assistants to Improve Knowledge Distillation: https://arxiv.org/pdf/1902.03393.pdf☆259Updated 5 years ago
- Implementation of DropBlock: A regularization method for convolutional networks in PyTorch.☆596Updated 4 years ago
- Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning☆235Updated 6 years ago
- FitNets: Hints for Thin Deep Nets☆208Updated 10 years ago
- Stochastic Weight Averaging in PyTorch☆974Updated 3 years ago
- Virtual Adversarial Training (VAT) implementation for PyTorch