# BppAttack **Repository Path**: purple_ai/BppAttack ## Basic Information - **Project Name**: BppAttack - **Description**: 为图像量化攻击代码,FR系统中的量化攻击基于此进行开发 - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-22 - **Last Updated**: 2025-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.