Harry24k/adversarial-attacks-pytorch

Adversarial Training

Closed this issue · 2 comments

❔ Any questions

Is there a demo of how to do adversarial training using this library?

❔ Any questions

Is there a demo of how to do adversarial training using this library?

Well, you can check the Harry's new project https://github.com/Harry24k/MAIR/ , this library is about adversarial training. 👍 In fact, there are many methods for adversarial training, but most of them use PGD as the adversarial example generation for adversarial training. This library will only provide attack algorithms, the adversarial training algorithm will not be covered here.

Thanks a lot much appreciated