problems in backdoor_isolation.py
Closed this issue · 3 comments
Hi, could you further explain why and what’s the difference between them?
Hi, I also have this problem, change the opt.lr to opt in backdoor_isolation.py. And if you want to run the backdoor_unlearning.py, you should add a parser for check_point in config.py.
How to get the 10 backdoor attacks code in this paper? I find the create_poisoned_data.py is empty.
Hi, thank you for the kind reminder for the error of opt
. The implementation for most of the input-space attacks such as BadNets, Trojan, SIG, etc. has already been contained in our data_loader.py
. As described in the readme
, not all of the attacks can include in the data_loader.py
easily, so for the other attacks (e.g. Dynamic, FC) we left the reference code of generating the backdoored model, which is implemented similar to our work.