google-research / selfstudy-adversarial-robustness

Apache License 2.0
120 stars 22 forks source link

L2 Attack documentation? #6

Open davidslater opened 3 years ago

davidslater commented 3 years ago

I see that the task_definition files have L2 thresholds in them as well as Linf. However, it's not clear how to use them in the framework. Do I create a new attack_l2.py or attack_l2_torch.py file? Does something else need to be done?