Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fra31 committed Feb 24, 2022
1 parent 1bd91bd commit 21d8759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ The code is tested under Python 3.8.5 and PyTorch 1.8.0. It automatically downlo

The following are examples of how to run the attacks in the different threat models.

### L0-bounded
In this case `k` represents the number of pixels to modify. For untargeted attacks
### L0-bounded (pixel and feature space)
In this case `k` represents the number of *pixels* to modify. For untargeted attacks
```
CUDA_VISIBLE_DEVICES=0 python eval.py --norm=L0 \
--model=[pt_vgg | pt_resnet] --n_queries=10000 --alpha_init=0.3 \
Expand Down

0 comments on commit 21d8759

Please sign in to comment.