Install and Setup
1. Activate your virtual environment
conda create -n backdoorbench python=3.8
conda activate backdoorbench
2. Install the requirement
git clone https://github.com/SCLBD/BackdoorBench.git
cd BackdoorBench
sh sh/install.sh
3. Make the folders
sh sh/init_folder.sh
Note
If you meet any installation problem, feel free to open an issue in the our github page