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
- Host: GitHub
- URL: https://github.com/RU-System-Software-and-Security/BppAttack
- Owner: RU-System-Software-and-Security
- License: mit
- Created: 2022-03-23T15:20:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T13:44:13.000Z (over 2 years ago)
- Last Synced: 2023-03-05T13:12:45.673Z (about 2 years ago)
- Language: Python
- Size: 75.2 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-backdoor-resources - [code
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.