TangentAttack icon indicating copy to clipboard operation
TangentAttack copied to clipboard

The official implementation of NeurIPS 2021 paper: Finding Optimal Tangent Points for Reducing Distortions of Hard-label Attacks

Results 3 TangentAttack issues
Sort by recently updated
recently updated
newest added

Hi! I really enjoy reading your code. It is well organized and documented. 😄 I have a small question on clamp and tangent point. In searching for tangent point, we...

On running command like: `!python tangent_attack_hemisphere/attack.py --gpu 0 --norm l2 --dataset CIFAR-10 --arch resnet-50` I get: ``` Traceback (most recent call last): File "tangent_attack_hemisphere/attack.py", line 19, in from models.defensive_model import...

- [ ] ![image](https://user-images.githubusercontent.com/75681041/155147482-b5418131-a5e0-4d30-a881-9fc1f54f41b7.png)