Dynamic Adversarial defense with Multi-branch diversity
Two Heads are Better than One: Robust Learning Meets Multi-branch Models
git clone https://github.com/huangd1999/DAMO.git
cd DAMO
pip install torchattacks
mkdir checkpoint
$ Download pretrain model from Google Drive
here is DAMO's pretrained model.
CIFAR100 pretrained model will be released in the future.
python test.py --attack AutoAttack --weights './checkpoint/DAMO-WRN-28-10-CIFAR10-PGD.pt'