An open API service indexing awesome lists of open source software.

https://github.com/RU-System-Software-and-Security/BppAttack


https://github.com/RU-System-Software-and-Security/BppAttack

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# BppAttack

# Environment
See requirements.txt

# Run
```bash
python -u bppattack.py --dataset cifar10 --attack_mode all2one --squeeze_num 32
```

# Acknowledgement
The codes are modifed based on https://github.com/VinAIResearch/Warping-based_Backdoor_Attack-release.