Skip to content

Commit

Permalink
Update how_to.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GorkaAbad authored Nov 19, 2023
1 parent 2995da9 commit d58110d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion how_to.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Create a `data/` folder in the root of the project:
```bash
mkdir data
```
Then, the datasets should be placed in the following format:
`data/<dataset>/download/`

Check the following section for more details about specific datasets.

### N-MNIST

Expand Down Expand Up @@ -180,4 +184,4 @@ Example of running a dynamic trigger attack on N-MNIST dataset:
```bash
python dynamic.py --dataset mnist --cupy --epochs 10 --train_epochs 1 --alpha 0.5 --beta 0.01
```
```

0 comments on commit d58110d

Please sign in to comment.