Skip to content

Commit 67ee9cd

Browse files
authored
Update README.md
1 parent 6ac4ec8 commit 67ee9cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,12 @@ Epoch,Test_clean_acc,Test_bad_acc,Test_clean_loss,Test_bad_loss
5858
The unlearned model will be saved to `'weight/ABL_results/<model_name>.tar'`
5959

6060
Please read `quick_unlearning_demo.py` to adjust the default parameters for your experiment.
61+
6162
---
6263

6364
## More defense results with Data Augmentation BadNets model
65+
66+
```python
6467
[Logs for our ABL against Badnet Attacks]
6568

6669
----------- Model Fine-tuning --------------
@@ -208,6 +211,7 @@ epoch: 4 lr: 0.0005
208211
testing the ascended model......
209212
[Clean] Prec@1: 91.80, Loss: 0.3656
210213
[Bad] Prec@1: 0.16, Loss: 19.2982
214+
```
211215

212216
---
213217

0 commit comments

Comments
 (0)