Pretrained TorchVision models on CIFAR10 dataset (with weights)
☆693Jun 24, 2023Updated 2 years ago
Alternatives and similar repositories for PyTorch_CIFAR10
Users that are interested in PyTorch_CIFAR10 are comparing it to the libraries listed below
Sorting:
- Pretrained models on CIFAR10/100 in PyTorch☆388May 17, 2025Updated 9 months ago
- Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.☆1,352Jun 18, 2024Updated last year
- 95.47% on CIFAR10 with PyTorch☆6,361Feb 24, 2023Updated 3 years ago
- A challenge to explore adversarial robustness of neural networks on CIFAR10.☆506Aug 30, 2021Updated 4 years ago
- PyTorch implementation of adversarial attacks [torchattacks]☆2,145Jun 29, 2024Updated last year
- A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.☆944Jan 11, 2024Updated 2 years ago
- Code relative to "Reliable evaluation of adversarial robustness with an ensemble of diverse parameter-free attacks"☆741May 16, 2024Updated last year
- RobustBench: a standardized adversarial robustness benchmark [NeurIPS 2021 Benchmarks and Datasets Track]☆771Mar 31, 2025Updated 11 months ago
- Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,…☆4,750Jul 15, 2024Updated last year
- TRADES (TRadeoff-inspired Adversarial DEfense via Surrogate-loss minimization)☆553Mar 30, 2023Updated 2 years ago
- Codes for ICLR 2020 paper "Skip Connections Matter: On the Transferability of Adversarial Examples Generated with ResNets"☆70Nov 17, 2020Updated 5 years ago
- A challenge to explore adversarial robustness of neural networks on MNIST.☆758May 3, 2022Updated 3 years ago
- This repository provides simple PyTorch implementations for adversarial training methods on CIFAR-10.☆174Feb 17, 2021Updated 5 years ago
- A Toolbox for Adversarial Robustness Research☆1,367Sep 14, 2023Updated 2 years ago
- [ICLR 2020] A repository for extremely fast adversarial training using FGSM☆449Jul 25, 2024Updated last year
- A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX☆2,941Dec 3, 2025Updated 3 months ago
- Tiny-ImageNet Classifier using Pytorch☆91Nov 1, 2018Updated 7 years ago
- PyTorch-1.0 implementation for the adversarial training on MNIST/CIFAR-10 and visualization on robustness classifier.