vtddggg / CAA

The implementation of our paper: Composite Adversarial Attacks (AAAI2021)
https://arxiv.org/abs/2012.05434
Apache License 2.0
30 stars 3 forks source link

The code of training the resnet or vgg? #6

Open Jialiang14 opened 1 year ago

Jialiang14 commented 1 year ago

Hello, thanks for sharing your great job! Can you provide the code of adversarially training the classical models, such as VGG, Resnet?

vtddggg commented 1 year ago

Thanks for your attention, the original adversarial training code maybe out-of-date, but you can visit robustness or easyrobust for adversarial training code.