python main.py -a -v
| Model | Acc. |
|---|---|
| VGG16 | --.--% |
| ResNet18 | 51.99% |
| ResNet50 | --.--% |
| ResNet101 | --.--% |
| MobileNetV2 | --.--% |
| ResNeXt29(32x4d) | --.--% |
| ResNeXt29(2x64d) | --.--% |
| DenseNet121 | --.--% |
| PreActResNet18 | --.--% |
| DPN92 | --.--% |
I manually change the lr during training:
0.1for epoch[0,50)0.01for epoch[50,60)
Resume the training with python main.py -r --lr=0.01 -a -v
-
Authors' code: MadryLab/cifar10_challenge
-
Baseline code: kuangliu/pytorch-cifar
To read more about Projected Gradient Descent (PGD) attack, you can read the following papers: